'DeclarationPublic Function New( _ ByVal typeId As ExpandedNodeId, _ ByVal body As Object _ )
'UsageDim 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