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