Count Property
Gets the number of elements contained in the ICollection(T).
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public int Count { get; }
Public ReadOnly Property Count As Integer
Get
abstract Count : int with get
override Count : int with 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