Click or drag to resize
MvArray Constructor (Int32)
Initializes a new array with a specified size.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public MvArray(
	int initialSize
)

Parameters

initialSize
Type: SystemInt32
The initial size of the array.
See Also