mirror of
https://github.com/github/codeql.git
synced 2026-04-14 03:24:06 +02:00
8 lines
108 B
C#
8 lines
108 B
C#
namespace Semmle.Extraction.CIL.Entities
|
|
{
|
|
internal interface IParameterizable : IEntity
|
|
{
|
|
|
|
}
|
|
}
|