Actually perform the initialization.
Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Protected Overridable Sub Setup( _ ByVal arrays As Object(), _ ByVal sizes As Integer() _ ) |
| C# |
|---|
| protected virtual void Setup( object[] arrays, int[] sizes ) |
| C++ |
|---|
| protected: virtual void Setup( array<Object>^ arrays, array<int>^ sizes ) |
| J# |
|---|
| protected virtual void Setup( object[] arrays, int[] sizes ) |
| JScript |
|---|
| protected virtual
function Setup( arrays : Object[], sizes : int[] ) |