| ReadOnlyListTItem プロパティ |
インデクスを指定して要素を取得します。
名前空間: Baku.LibqiDotNet.Utilsアセンブリ: Baku.LibqiDotNet (in Baku.LibqiDotNet.dll) バージョン: 2.0.0.0 (2.0.0.0)
構文 public T this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As T
Get
public:
property T default[int index] {
T get (int index);
}
member Item : 'T with get
パラメーター
- index
- 型: SystemInt32
取得する要素のインデックス
戻り値
型:
T指定したインデックスの要素
例外 参照