NonGenericList.Item

NonGenericList indexer

指定したインデックスの要素を取得または設定します。

public object this[int index] { get; set; }
パラメータ説明
indexインデックス。

関連項目