ImmutableSortedSet<T>.Builder.Item[Int32] 屬性

定義

取得位於指定索引的集合項目。

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,因為所取代的專案可能不會排序為與取代專案相同的排序集合中的位置。

適用於