Mol(Math Object Library) fot .Net
インデクサ(またはGetField()やSetField()メソッド)を利用してアクセスするデータ配列要素のインデックスです。 ただし、 string の場合は 0 固定で変更することはできません。

名前空間: Mol
アッセンブリー: Mol.Net (in Mol.Net.dll)

構文

C#
public int FieldIndex { get; set; }
Visual Basic
Public Property FieldIndex As Integer
	Get
	Set
Visual C++
public:
property int FieldIndex {
	int get ();
	void set (int value);
}
member FieldIndex : int with get, set

Property Value

タイプ: Int32

参照