'Declaration
Public Overloads Sub Export( _ ByVal context As ISystemContext, _ ByVal table As NodeTable _ )
'Usage
Dim instance As NodeState Dim context As ISystemContext Dim table As NodeTable instance.Export(context, table)
public void Export( ISystemContext context, NodeTable table )
public: void Export( ISystemContext^ context, NodeTable^ table )
Parameters
- context
- The object that describes how access the system containing the data.
- table
- A table of nodes.