DefinitionCollection<T>.Item[Int32] プロパティ

定義

index によってインデックス付けされた値を取得または設定します。

public T this[int index] { get; set; }
member this.Item(int) : 'T with get, set

パラメーター

index
Int32

取得または設定する項目の場所。

プロパティ値

T

実装

適用対象