ImmutableArray<T>.ItemRef(Int32) Method

Definition

Gets a read-only reference to the element at the specified index in the read-only list.

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 zero-based index of the element to get a reference to.

Returns

T

A read-only reference to the element at the specified index in the read-only list.

Applies to