 | ClusterSetOnDeserialized Method |
Update following deserialization
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic void OnDeserialized(
StreamingContext ctx
)
Public Sub OnDeserialized (
ctx As StreamingContext
)
public:
void OnDeserialized(
StreamingContext ctx
)
member OnDeserialized :
ctx : StreamingContext -> unit
Parameters
- ctx
- Type: System.Runtime.SerializationStreamingContext
Streaming context.
See Also