AvaloniaDictionaryTKey, TValueCount Property

Gets the number of elements contained in the ICollectionT.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public int Count { get; }

Return Value

Int32
The number of elements contained in the ICollectionT.

Implements

ICollectionTCount
IReadOnlyCollectionTCount
ICollectionCount

See Also