| MvArray Constructor (Int32) |
Initializes a new array with a specified size.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public MvArray(
int initialSize
)
Public Sub New (
initialSize As Integer
)
public:
MvArray(
int initialSize
)
Parameters
- initialSize
- Type: SystemInt32
The initial size of the array.
See Also