'Declaration
Protected Overloads Overridable Sub Export( _ ByVal context As ISystemContext, _ ByVal node As Node _ )
'Usage
Dim instance As NodeState Dim context As ISystemContext Dim node As Node instance.Export(context, node)
protected virtual void Export( ISystemContext context, Node node )
protected: virtual void Export( ISystemContext^ context, Node^ node )
Parameters
- context
- The object that describes how access the system containing the data.
- node
- The node to update with the values from the instance.