Gets the number of elements contained in the Collection.

Namespace: MonoSoftware.Core.Collections
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public virtual int Count { get; }
Visual Basic
Public Overridable ReadOnly Property Count As Integer
	Get
Visual C++
public:
virtual property int Count {
	int get ();
}
F#
abstract Count : int with get
override Count : int with get

Property Value

Type: Int32

Implements

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

See Also