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: 7.2.0.0 (7.2.0.0)
Syntax
public MvArray(
	int initialSize
)

Parameters

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