ImmutableSortedSet<T>.Builder.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得位於指定索引的集合項目。
public:
property T default[int] { T get(int index); };
public T this[int index] { get; }
member this.Item(int) : 'T
Default Public ReadOnly Property Item(index As Integer) As T
參數
- index
- Int32
傳回集合中的項目零起始索引。
屬性值
T
位於指定位置的專案。
備註
沒有提供索引 setter,因為所取代的專案可能不會排序為與取代專案相同的排序集合中的位置。