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

Definition

Gets a read-only reference to the value for a given index into the 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 index of the desired element.

Returns

T

A read-only reference to the value at the specified index.

Applies to