mirror of
https://github.com/github/codeql.git
synced 2026-07-20 02:38:23 +02:00
7 lines
101 B
C#
7 lines
101 B
C#
Dictionary<string, int> properties;
|
|
|
|
public int Size
|
|
{
|
|
get { return (int)properties["Size"]; }
|
|
}
|