OClone Function | |
Duplicate an object`.
Namespace:
XSharp.VO
Assembly:
XSharp.VO (in XSharp.VO.dll) Version: 2.19
Syntax FUNCTION OClone(
o AS Object
) AS Object
public static Object OClone(
Object o
)
Request Example
View SourceParameters
- o
- Type: Object
The variable to duplicate.
Return Value
Type:
ObjectA reference to a new object with the same values as the original object.
See Also