Skip to main content

SelectedItems<T>.Untyped<T> Class

Definition

Assembly:Avalonia.Controls
Package:Avalonia
public class SelectedItems<T>.Untyped<T>

Inheritance: ReadOnlySelectionListBase<object> -> SelectedItems<T>.Untyped<T>

Constructors

NameDescription
SelectedItems<T>.Untyped<T>No summary available.

SelectedItems<T>.Untyped<T> Constructor

public SelectedItems<T>.Untyped<T>(System.Collections.Generic.IReadOnlyList<T> source)

Parameters

source System.Collections.Generic.IReadOnlyList<T>

Methods

NameDescription
GetEnumeratorNo summary available.

GetEnumerator Method

public System.Collections.Generic.IEnumerator<object> GetEnumerator()

Returns

System.Collections.Generic.IEnumerator<object>

Properties

NameDescription
CountNo summary available.
ItemNo summary available.

Count Property

public int Count { get; set; }

Item Property

public object Item { get; set; }