SerializableDictionary<TKey, TValue> Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the SerializableDictionary<TKey, TValue> class.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
protected SerializableDictionary(
SerializationInfo info,
StreamingContext context
)
protected:
SerializableDictionary(
SerializationInfo^ info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
Parameters
info
Type: System.Runtime.Serialization.SerializationInfoA System.Runtime.Serialization.SerializationInfo object that contains the required information to serialize the System.Collections.Generic.Dictionary<TKey,TValue>.
context
Type: System.Runtime.Serialization.StreamingContextA System.Runtime.Serialization.StreamingContext structure that contains the source and destination of the serialized stream that is associated with the System.Collections.Generic.Dictionary<TKey,TValue>.
See Also
SerializableDictionary<TKey, TValue> Overload
SerializableDictionary<TKey, TValue> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top