XmlDictionaryString Class
Represents an entry stored in a XmlDictionary.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
| Name | Description | |
|---|---|---|
![]() | XmlDictionaryString(IXmlDictionary^, String^, Int32) | Creates an instance of this class. |
| Name | Description | |
|---|---|---|
![]() | Dictionary | Represents the IXmlDictionary passed to the constructor of this instance of XmlDictionaryString. |
![]() ![]() | Empty | Gets an XmlDictionaryString representing the empty string. |
![]() | Key | Gets the integer key for this instance of the class. |
![]() | Value | Gets the string value for this instance of the class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Displays a text representation of this object.(Overrides Object::ToString().) |
This class represents an entry in an IXmlDictionary. It associates an integer value with a string value for use by XmlDictionaryReader and XmlDictionaryWriter implementations.
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



