C# Class RestSharp.Extensions.XmlExtensions

XML Extension Methods
Show file Open project: OpenKit/RestSharp

Public Methods

Method Description
AsNamespaced ( this name, string @namespace ) : System.Xml.Linq.XName

Returns the name of an element with the namespace if specified

Method Details

AsNamespaced() public static method

Returns the name of an element with the namespace if specified
public static AsNamespaced ( this name, string @namespace ) : System.Xml.Linq.XName
name this Element name
@namespace string
return System.Xml.Linq.XName