Initializes a new instance of the
Dictionary TKey, TValue class with serialized data.
Namespace: ElecNetKit.NetworkModelling.Phasing
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax
protected PhasedValues( SerializationInfo info, StreamingContext context )
Parameters
- info
- Type:
System.Runtime.Serialization SerializationInfo
ASerializationInfo object containing the information required to serialize the
Dictionary TKey, TValue .
- context
- Type:
System.Runtime.Serialization StreamingContext
AStreamingContext structure containing the source and destination of the serialized stream associated with the
Dictionary TKey, TValue .
See Also