Click or drag to resize

Array OfT Constructor (DWord, Logic)

X#
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.19
Syntax
 CONSTRUCTOR(
	capacity AS DWORD,
	fill AS LOGIC
)
Request Example View Source

Parameters

capacity
Type: DWord
fill
Type: Logic
See Also