Gets the number of elements contained in the ICollection.

Namespace:  CuteEditor
Assembly:  CuteEditor (in CuteEditor.dll) Version: 6.6.0.0

Syntax

C#
public int Count { get; }
Visual Basic (Declaration)
Public ReadOnly Property Count As Integer
Visual C++
public:
virtual property int Count {
	int get () sealed;
}

Field Value

Return Value

The number of elements contained in the ICollection.

Implements

ICollection..::.Count

See Also