Constructor creating ILLogicalArray, provide predefined storage
| C# | Visual Basic | Visual C++ |
public ILLogicalArray( byte[] data, ILDimension dimension )
Public Sub New ( _ data As Byte(), _ dimension As ILDimension _ )
public: ILLogicalArray( array<unsigned char>^ data, ILDimension^ dimension )
- data (array< Byte >[]()[])
- predefined storage elements. The array will directly be used as underlying storage. No copy will be made!
- dimension (ILDimension)
- Dimensions specification.