StringKeyedDictionaryTValueCount Property

Gets number of elements currently stored in this StringKeyedDictionaryTValue instance.

Definition

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

Property Value

Int32

Implements

ICollectionTCount
ICollectionCount
IReadOnlyCollectionTCount

See Also