バージョン

Item プロパティ (IIndexedPool<T>)

指定したインデックスにある項目を取得します。
シンタックス
'宣言
 
ReadOnly Default Property Item( _
   ByVal index As Integer _
) As T
T this[ 
   int index
]; {get;}

パラメータ

index
項目を取得するインデックス。

プロパティ値

要求された項目。
参照