C# 클래스 RestSharp.Extensions.XmlExtensions

XML Extension Methods
파일 보기 프로젝트 열기: OpenKit/RestSharp

공개 메소드들

메소드 설명
AsNamespaced ( this name, string @namespace ) : System.Xml.Linq.XName

Returns the name of an element with the namespace if specified

메소드 상세

AsNamespaced() 공개 정적인 메소드

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
리턴 System.Xml.Linq.XName