C# Класс O2.DotNetWrappers.ExtensionMethods.XML_Linq_ExtensionMethods

Показать файл Открыть проект

Открытые методы

Метод Описание
innerXml ( this xElement ) : string
xDocument ( this xml ) : System.Xml.Linq.XDocument
xRoot ( this xml ) : System.Xml.Linq.XElement

Описание методов

innerXml() публичный статический Метод

public static innerXml ( this xElement ) : string
xElement this
Результат string

xDocument() публичный статический Метод

public static xDocument ( this xml ) : System.Xml.Linq.XDocument
xml this
Результат System.Xml.Linq.XDocument

xRoot() публичный статический Метод

public static xRoot ( this xml ) : System.Xml.Linq.XElement
xml this
Результат System.Xml.Linq.XElement