XmlQualifiedName Methods

 

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified XmlQualifiedName object is equal to the current XmlQualifiedName object. (Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for the XmlQualifiedName.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns the string value of the XmlQualifiedName.(Overrides Object::ToString().)

System_CAPS_pubmethodSystem_CAPS_staticToString(String^, String^)

Returns the string value of the XmlQualifiedName.

Return to top
Show: