ImmutableArray<T>.Builder.ItemRef(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取对指定索引处的元素的只读引用。
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
大于或等于数组计数。