Array OfT Constructor (DWord, Logic) | |
Create an array with a certain capacity and specify if it should be filled with default values.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax CONSTRUCTOR(
capacity AS DWORD,
fill AS LOGIC
)
public Array Of(
uint capacity,
bool fill
)
Request Example
View SourceParameters
- capacity
- Type: DWord
- fill
- Type: Logic
See Also