'Declaration
Public Function New( _ ByVal typeId As ExpandedNodeId, _ ByVal body As Object _ )
'Usage
Dim typeId As ExpandedNodeId Dim body As Object Dim instance As New ExtensionObject(typeId, body)
public ExtensionObject( ExpandedNodeId typeId, object body )
public: ExtensionObject( ExpandedNodeId^ typeId, Object^ body )
Parameters
- typeId
- The type describing the body
- body
- The underlying data/body to wrap