Restores historySerialized, points history to historySerialized, and clears historySerialized

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public void OnDeserialized(
	StreamingContext ctx
)
Visual Basic (Declaration)
Public Sub OnDeserialized ( _
	ctx As StreamingContext _
)
Visual C++
public:
void OnDeserialized(
	StreamingContext ctx
)

Parameters

ctx
Type: System.Runtime.Serialization..::.StreamingContext
Streaming context.

See Also