EntityBindingSourceCount Property

Gets the number of elements contained in the ICollection.

Definition

Namespace: Firefly.Box.Data.UnderConstruction
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public int Count { get; }

Return Value

Int32
The number of elements contained in the ICollection.

Implements

ICollectionCount

See Also