ImmutableSortedSet<T>.ItemRef(Int32) Method
Definition
Gets a read-only reference of the element of the set at the given index
.
public:
T& ^ ItemRef(int index);
public ref readonly T ItemRef (int index);
member this.ItemRef : int -> 'T
Public Function ItemRef (index As Integer) As T
Parameters
- index
- Int32
The 0-based index of the element in the set to return.
Returns
- T
A read-only reference of the element at the given position.