SelectedItems<T>.Untyped<T> Class
Definition
public class SelectedItems<T>.Untyped<T>
Constructors
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| GetEnumerator | No summary available. |
GetEnumerator Method
public System.Collections.Generic.IEnumerator<object> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<object>
Properties
Count Property
public int Count { get; set; }
Item Property
public object Item { get; set; }