C# Класс Rolcore.Xml.Linq.ObjectExtensions

Extension methods for object.
Показать файл Открыть проект

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

Метод Описание
ToXElement ( this o ) : System.Xml.Linq.XElement

Returns an XElement representing the specified object.

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

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

Returns an XElement representing the specified object.
public static ToXElement ( this o ) : System.Xml.Linq.XElement
o this Specifies the object to convert.
Результат System.Xml.Linq.XElement