The number of elements contained in this collection.
            
Namespace: Iesi.Collections.GenericAssembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)
Syntax
| C# | 
|---|
public override sealed int Count { get; }  | 
| Visual Basic | 
|---|
Public Overrides NotOverridable ReadOnly Property Count As Integer Get  | 
| Visual C++ | 
|---|
public: virtual property int Count { int get () override sealed; }  | 
Implements
ICollection<(Of <(<'T>)>)>..::..CountICollection..::..Count