Click or drag to resize

AnalogValueBase(SerializationInfo, StreamingContext) Constructor

Creates a new AnalogValueBase from serialization parameters.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
protected AnalogValueBase(
	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