[This is preliminary documentation and is subject to change.]

When overriden in derived class gets the number of elements contained in the ListWithEvents<(Of <(<'T>)>)>.

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

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;
}
F#
abstract Count : int
JScript
abstract function get Count () : int

Return Value

The number of elements contained in the ListWithEvents<(Of <(<'T>)>)>.

Implements

ICollection..::..Count

Remarks

Change of this property is reported via PropertyChanged.

See Also