バージョン

Item(Vector) プロパティ

Vector の要素のセットを取得または設定するインデクサー。
シンタックス
'宣言
 
Public Overloads Property Item( _
   ByVal indices As Vector _
) As Vector
public Vector Item( 
   Vector indices
) {get; set;}

パラメータ

indices
integer インデックスの Vector。

プロパティ値

indices によって指定された要素の Vector。
例外
例外解説
System.IndexOutOfRangeException Vector が 0 未満またはその長さより大きい値でインデックス化された場合に発生します。
System.IndexOutOfRangeException 空 Vector がインデックス化された場合に発生します。
System.ArgumentException インデックスが integer の場合に発生します。
参照