XmlDictionaryString Class

Definition

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.

Applies to