# namespace System.Collections export class ICollection { Count: integer; IsSynchronized: boolean; SyncRoot: any kind; }
SyncRoot