_ArrayToUsualArray Function | |
Helper function to convert ARRAY to USUAL[]
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION _ArrayToUsualArray(
args AS ARRAY
) AS USUAL[]
public static Usual[] _ArrayToUsualArray(
Array args
)
Request Example
View SourceParameters
- args
- Type: Array
X# array to convert
Return Value
Type:
UsualUSUAL Array
Remarks This is a helper function used for late bound code that can also be called from user code.
See Also