バージョン

Item プロパティ (TasksCollection)

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

パラメータ

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