Convert to an array of objects of a specified type.


Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Function toArray( _ 
   ByVal o As Object() _ 
) As Object()
C#
public object[] toArray(
   object[] o
)
C++
public:
 array<Object>^ toArray(
   array<Object>^ o
) sealed 
J#
public object[] toArray(
   object[] o
)
JScript
public  function toArray(
   o : Object[]
) : Object[]

See Also