Mol(Math Object Library) fot .Net
アッセンブリー: Mol.Net (in Mol.Net.dll)
インデクサ(または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 |