interface IReadOnlyList<T>
in global :: System . Collections . Generic
Represents a read-only collection of elements that can be accessed by index.
TThe type of elements in the read-only list.
public T Item { get; }
😔 No documentation found.
in global :: System . Collections . Generic
Represents a read-only collection of elements that can be accessed by index.
T The type of elements in the read-only list.😔 No documentation found.