OrderedDictionary.GetObjectData Method (SerializationInfo, StreamingContext)
.NET Framework (current version)
Implements the ISerializable interface and returns the data needed to serialize the OrderedDictionary collection.
Assembly: System (in System.dll)
<SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags := SecurityPermissionFlag.SerializationFormatter)> Public Overridable Sub GetObjectData ( info As SerializationInfo, context As StreamingContext )
Parameters
- info
-
Type:
System.Runtime.Serialization.SerializationInfo
A SerializationInfo object containing the information required to serialize the OrderedDictionary collection.
- context
-
Type:
System.Runtime.Serialization.StreamingContext
A StreamingContext object containing the source and destination of the serialized stream associated with the OrderedDictionary.
| Exception | Condition |
|---|---|
| ArgumentNullException | info is null. |
SecurityPermission
Associated enumeration: SerializationFormatter Security action: Link Demand for permission to link to this class.
.NET Framework
Available since 2.0
Available since 2.0
Show: