An NDoc Documented Class Library

State.Clone Method 

Builds an returns a copy of the state.

public State Clone();

Return Value

A State object, with the same values as the current one.

Remarks

This is method is used when the state is pushed; see PushState.

See Also

State Class | ExpertCoder.ExpertSystem Namespace