Skip to main content

Count Property

Gets the number of elements contained in the ICollection(T).

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public int Count { get; }

Return Value

Int32
The number of elements contained in the ICollection(T).

Implements

ICollection(T).Count
IReadOnlyCollection(T).Count
ICollection.Count

See Also

Reference

AvaloniaDictionary(TKey, TValue) Class
Avalonia.Collections Namespace