'Declaration
Public Overloads Overrides Sub Save( _ ByVal context As ISystemContext, _ ByVal encoder As BinaryEncoder, _ ByVal attributesToSave As NodeState.AttributesToSave _ )
'Usage
Dim instance As MethodState Dim context As ISystemContext Dim encoder As BinaryEncoder Dim attributesToSave As NodeState.AttributesToSave instance.Save(context, encoder, attributesToSave)
public override void Save( ISystemContext context, BinaryEncoder encoder, NodeState.AttributesToSave attributesToSave )
public: void Save( ISystemContext^ context, BinaryEncoder^ encoder, NodeState.AttributesToSave attributesToSave ) override
Parameters
- context
- The context for the system being accessed.
- encoder
- The encoder to write to.
- attributesToSave
- The masks indicating what attributes to write.