C# Class Rolcore.Xml.Linq.ObjectExtensions

Extension methods for object.
Datei anzeigen Open project: Rollins/Rolcore

Public Methods

Method Description
ToXElement ( this o ) : System.Xml.Linq.XElement

Returns an XElement representing the specified object.

Method Details

ToXElement() public static method

Returns an XElement representing the specified object.
public static ToXElement ( this o ) : System.Xml.Linq.XElement
o this Specifies the object to convert.
return System.Xml.Linq.XElement