XmlDictionaryString Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an entry stored in a XmlDictionary.
public ref class XmlDictionaryString
public class XmlDictionaryString
type XmlDictionaryString = class
Public Class XmlDictionaryString
- Inheritance
-
XmlDictionaryString
Remarks
This class represents an entry in an IXmlDictionary. It associates an integer value with a string value for use by XmlDictionaryReader and XmlDictionaryWriter implementations.
Constructors
XmlDictionaryString(IXmlDictionary, String, Int32) |
Creates an instance of this class. |
Properties
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. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Displays a text representation of this object. |