'Declaration
Public Overloads Overridable Sub Update( _ ByVal context As ISystemContext, _ ByVal decoder As XmlDecoder _ )
'Usage
Dim instance As NodeState Dim context As ISystemContext Dim decoder As XmlDecoder instance.Update(context, decoder)
public virtual void Update( ISystemContext context, XmlDecoder decoder )
public: virtual void Update( ISystemContext^ context, XmlDecoder^ decoder )
Parameters
- context
- The context for the system being accessed.
- decoder
- The decoder wrapping the stream to read.