Item

ExtendedAttributeCollection indexer

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

public ExtendedAttribute this[int index] { get; set; }
パラメータ説明
index取得または設定する要素のゼロから始まるインデックス。

戻り値

指定されたインデックスの要素。

関連項目