OrderedDictionary Constructor (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Initializes a new instance of the OrderedDictionary class that is serializable using the specified SerializationInfo and StreamingContext objects.
Assembly: System (in System.dll)
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.
The comparer determines whether two keys are equal. Every key in a OrderedDictionary collection must be unique. The default comparer is the key's implementation of Object::Equals.
.NET Framework
Available since 2.0
Available since 2.0
Show: