'Declaration
Public Overloads Sub UpdateReferences( _ ByVal context As ISystemContext, _ ByVal decoder As BinaryDecoder _ )
'Usage
Dim instance As NodeState Dim context As ISystemContext Dim decoder As BinaryDecoder instance.UpdateReferences(context, decoder)
public void UpdateReferences( ISystemContext context, BinaryDecoder decoder )
public: void UpdateReferences( ISystemContext^ context, BinaryDecoder^ decoder )
Parameters
- context
- The context for the system being accessed.
- decoder
- The decoder to read from.