__XppWrappedObject Constructor | |
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.21
Syntax CONSTRUCTOR(
oObject AS Object,
type AS Type
)
public __XppWrappedObject(
Object oObject,
Type type
)
Request Example
View SourceParameters
- oObject
- Type: Object
- type
- Type: Type
See Also