Click or drag to resize

OrderedDictionaryTKey, TValueValueCollectionCount Property

Gets the number of elements contained in the OrderedDictionaryTKey, TValueValueCollection.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.305-beta+8726171b3e0af488d8188c8ec8e976599ba45d1f
Syntax
public int Count { get; }
View Source

Return Value

Int32
The number of elements contained in the OrderedDictionaryTKey, TValueValueCollection.

Implements

ICollectionTCount
IReadOnlyCollectionTCount
See Also