Symbol Constructor (SerializationInfo, StreamingContext) | |
Construct a value from serialized data
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax CONSTRUCTOR(
info AS SerializationInfo,
context AS StreamingContext
)
public Symbol(
SerializationInfo info,
StreamingContext context
)
Request Example
View SourceParameters
- info
- Type: SerializationInfo
A SerializationInfo object containing information required to construct value. - context
- Type: StreamingContext
A StreamingContext object containing the source and destination of the serialized stream associated with the value.
See Also