Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a serializeable collection of keys and values.
Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Inheritance Hierarchy
System.Object
  System.Collections.Generic.Dictionary<TKey, TValue>
    Microsoft.WindowsServerSolutions.Administration.ObjectModel.SerializableDictionary<TKey, TValue>
Syntax
[SerializableAttribute]
public class SerializableDictionary<TKey, TValue> : Dictionary<TKey, TValue>, 
    IXmlSerializable
generic<typename TKey, typename TValue>
[SerializableAttribute]
public ref class SerializableDictionary : Dictionary<TKey, TValue>, 
    IXmlSerializable
<SerializableAttribute>
Public Class SerializableDictionary(Of TKey, TValue)
    Inherits Dictionary(Of TKey, TValue)
    Implements IXmlSerializable
Type Parameters
- TKey
 The type of the keys in the dictionary.
- TValue
 The type of the values in the dictionary.
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | SerializableDictionary<TKey, TValue>() | Initializes a new instance of the SerializableDictionary<TKey, TValue> class. | 
| .jpeg) | SerializableDictionary<TKey, TValue>(SerializationInfo, StreamingContext) | Initializes a new instance of the SerializableDictionary<TKey, TValue> class. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Comparer | (Inherited from Dictionary<TKey, TValue>.) | 
| .jpeg) | Count | (Inherited from Dictionary<TKey, TValue>.) | 
| .jpeg) | Item[TKey] | (Inherited from Dictionary<TKey, TValue>.) | 
| .jpeg) | Keys | (Inherited from Dictionary<TKey, TValue>.) | 
| .jpeg) | Values | (Inherited from Dictionary<TKey, TValue>.) | 
Methods
Explicit Interface Implementations
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top
.jpeg)
.jpeg)
.jpeg)