XpsArray1.Item

XpsArray<T> indexer

インデックスによる配列の要素へのアクセスを提供しますi.

public T this[int i] { get; }
パラメータ説明
i要素のインデックス。

戻り値

の要素i位置。

関連項目