バージョン

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

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

パラメータ

index
返すべき項目のインデックス。

プロパティ値

指定されたインデックスにある項目。
参照