'Declaration
Public Overloads Shared Function LoadNode( _ ByVal context As ISystemContext, _ ByVal decoder As XmlDecoder _ ) As NodeState
'Usage
Dim context As ISystemContext Dim decoder As XmlDecoder Dim value As NodeState value = NodeState.LoadNode(context, decoder)
public static NodeState LoadNode( ISystemContext context, XmlDecoder decoder )
public: static NodeState^ LoadNode( ISystemContext^ context, XmlDecoder^ decoder )
Parameters
- context
- The context for the system being accessed.
- decoder
- The decoder.
Return Value
The new node.