ItemsSourceViewT Class

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public sealed class ItemsSourceView<T> : ItemsSourceView, 
	IReadOnlyList<T>, IEnumerable<T>, IEnumerable, IReadOnlyCollection<T>
Inheritance
Object    ItemsSourceView    ItemsSourceViewT
Implements
IEnumerableT, IReadOnlyCollectionT, IReadOnlyListT, IEnumerable

Type Parameters

T

Properties

Count Gets the number of items in the collection.
(Inherited from ItemsSourceView)
Empty Gets an empty ItemsSourceView
ItemInt32 Retrieves the item at the specified index.
Source Gets the source collection.
(Inherited from ItemsSourceView)

Methods

Contains(Object)
(Inherited from ItemsSourceView)
Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetAt(Int32) Retrieves the item at the specified index.
GetEnumerator 
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IndexOf(Object)
(Inherited from ItemsSourceView)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

CollectionChanged Occurs when the collection has changed to indicate the reason for the change and which items changed.
(Inherited from ItemsSourceView)

See Also