SerializableDictionary<TKey, TValue> Class
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 | |
---|---|---|
SerializableDictionary<TKey, TValue>() | Initializes a new instance of the SerializableDictionary<TKey, TValue> class. |
|
SerializableDictionary<TKey, TValue>(SerializationInfo, StreamingContext) | Initializes a new instance of the SerializableDictionary<TKey, TValue> class. |
Properties
Name | Description | |
---|---|---|
Comparer | (Inherited from Dictionary<TKey, TValue>.) |
|
Count | (Inherited from Dictionary<TKey, TValue>.) |
|
Item[TKey] | (Inherited from Dictionary<TKey, TValue>.) |
|
Keys | (Inherited from Dictionary<TKey, TValue>.) |
|
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