Namespace:
nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Protected _modelRow As Array() |
| C# |
|---|
| protected Array[] _modelRow; |
| C++ |
|---|
protected: array<Array>^ _modelRow sealed ; |
| J# |
|---|
| protected Array[] _modelRow |
| JScript |
|---|
| protected _modelRow : Array[]; |
See Also