CollectionCount Property

Returns an Integer containing the number of elements in a collection.

Definition

Namespace: inmydata.WindowsForms.Library
Assembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public int Count { get; }

Return Value

Int32
Returns an Integer containing the number of elements in a collection.

See Also