The number of elements currently contained in this collection.

Namespace: Iesi.Collections.Generic
Assembly: 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>)>)>..::..Count
ICollection..::..Count

See Also