XName Methods
.NET Framework (current version)
Namespace:
System.Xml.Linq
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified XName is equal to this XName.(Overrides Object.Equals(Object).) |
![]() ![]() | Get(String) | Gets an XName object from an expanded name. |
![]() ![]() | Get(String, String) | Gets an XName object from a local name and a namespace. |
![]() | GetHashCode() | Gets a hash code for this XName.(Overrides Object.GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Returns the expanded XML name in the format {namespace}localname.(Overrides Object.ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEquatable<XName>.Equals(XName) | |
![]() ![]() | ISerializable.GetObjectData(SerializationInfo, StreamingContext) | Populates a SerializationInfo with the data required to serialize the target object. |
Show:



