The number of elements currently 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 abstract int Count { get; } |
Visual Basic |
---|
Public MustOverride ReadOnly Property Count As Integer Get |
Visual C++ |
---|
public: virtual property int Count { int get () abstract; } |
Implements
ICollection<(Of <(<'T>)>)>..::..CountICollection..::..Count