ImmutableList<T>.Builder.ItemRef(Int32) 方法

定义

获取对列表中给定 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

参数

index
Int32

所需元素的索引。

返回

T

对指定 index 处的值的只读引用。

适用于