ImmutableArray<T>.Builder.ItemRef(Int32) Method

Definition

Gets a read-only reference to the element at the specified 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 item index.

Returns

T

The read-only reference to the element at the specified index.

Exceptions

index is greater or equal to the array count.

Applies to