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