ICollection {System.Collections} .NET clr documentation

ICollection

Description

Declare

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

        

.NET clr type reference tree

  1. use by property member SyncRoot: any kind

[Package {$package} version {$version} Index]