Click or drag to resize

Array OfT Constructor (SerializationInfo, StreamingContext)

X#
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
)
Request Example View Source

Parameters

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