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

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 override int Count { get; }
Visual Basic
Public Overrides ReadOnly Property Count As Integer
	Get
Visual C++
public:
virtual property int Count {
	int get () override;
}
F#
abstract Count : int
override Count : int
JScript
override function get Count () : int

Return Value

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

Implements

ICollection<(Of <(<'T>)>)>..::..Count

Remarks

Change of this property is reported via PropertyChanged.

See Also

Collapse/expand Version History

1.5.2