Skip to main content

Count Property

Gets the number of items in the collection.

Definition

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

public int Count { get; }

Property Value

Int32

Implements

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

See Also

Reference

AvaloniaList(T) Class
Avalonia.Collections Namespace