Implements the
ISerializable interface and returns the data needed to serialize the
Dictionary TKey, TValue instance.
Namespace: ElecNetKit.NetworkModelling.Phasing

Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax
public override void GetObjectData( SerializationInfo info, StreamingContext context )
Parameters
- info
- Type:
System.Runtime.Serialization SerializationInfo
ASerializationInfo object that contains the information required to serialize the
Dictionary TKey, TValue instance.
- context
- Type:
System.Runtime.Serialization StreamingContext
AStreamingContext structure that contains the source and destination of the serialized stream associated with the
Dictionary TKey, TValue instance.
Implements

Exceptions
Exception | Condition |
---|---|
![]() | info is null. |
![]() | The caller does not have the required permission. |
See Also