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

定義

請參閱 IList<T> 介面。

property T System::Collections::Generic::IList<T>::Item[int] { T get(int index); void set(int index, T value); };
T System.Collections.Generic.IList<T>.Item[int index] { get; set; }
member this.System.Collections.Generic.IList<T>.Item(int) : 'T with get, set
 Property Item(index As Integer) As T Implements IList(Of T).Item

參數

index
Int32

所要存取項目的索引 (以零為基礎)。

屬性值

T

儲存在指定索引處的專案。

實作

適用於