VirtualCollectionTCount Property

Gets the number of elements actually contained in the VirtualCollectionT.
The base implementation returns the Count property of the underlying collection.

Definition

Namespace: KGySoft.Collections.ObjectModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public virtual int Count { get; }

Property Value

Int32

Implements

ICollectionTCount
ICollectionCount
IReadOnlyCollectionTCount

See Also