Click or drag to resize

ListDictionary<TKey, TValue>.Count Property

[Missing <summary> documentation for "P:Altaxo.Collections.ListDictionary`2.Count"]


Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public int Count { get; }

Property Value

Int32

Implements

IReadOnlyCollection<T>.Count
IReadOnlyCollection<T>.Count
See Also