バージョン

Item(Int32) プロパティ

このコレクション内の指定した順序位置にある項目を返します。
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As T
public T Item( 
   int index
) {get;}

パラメータ

index
返される項目のインデックスです。
参照