Partager via


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

  • context
    Type: System.Runtime.Serialization.StreamingContext

    A 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