_ObjectArrayToUsualArray Function |
Helper function to convert OBJECT[] to USUAL[]
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.7
Syntax FUNCTION _ObjectArrayToUsualArray(
args AS Object[]
) AS USUAL[]
public static Usual[] _ObjectArrayToUsualArray(
Object[] args
)
Request Example
View SourceParameters
- args
- Type: Object
Return Value
Type:
Usual
See Also