constructor - create ILLogicalArray of type
CopyC# of specified size
Byte
- size (array< Int32 >[]()[])
- Variable length int array specifying the number and size of dimensions to be created.
The size parameter may not be null or an empty array! An Exception will be
thrown in this case. The dimensions will be trimmed before processing
(removing trailing non singleton dimensions).
Depending on the requested size an ILArray < byte > of the specified dimensions
will be created. The type of storage will be
CopyC#.
bool