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