An NDoc Documented Class Library

ManagedPage.CreateSpaceArray Method 

Create an empty object array of size length

[Visual Basic]
Overridable Public Function CreateSpaceArray( _ 
   ByVal Int32 As Int32 _ 
) As Object()
[C#]
public virtual object[] CreateSpaceArray(
   int Int32
);
[C++]
public: virtual Object* CreateSpaceArray(
   int Int32
)  __gc[];
[JScript]
public virtual function CreateSpaceArray(
   int Int32
): Object[];

Parameters

length
Length of the array to create.

See Also

ManagedPage Class | AqDWeb.Base Namespace