Click or drag to resize

Arguments(SerializationInfo, StreamingContext) Constructor

Creates a new Arguments from serialization parameters.

Namespace: GSF.Console
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
protected Arguments(
	SerializationInfo info,
	StreamingContext context
)
View Source

Parameters

info  SerializationInfo
The SerializationInfo with populated with data.
context  StreamingContext
The source StreamingContext for this deserialization.
See Also