C# Class Rolcore.Xml.Linq.ObjectExtensions

Extension methods for object.
Afficher le fichier Open project: Rollins/Rolcore

Méthodes publiques

Méthode Description
ToXElement ( this o ) : System.Xml.Linq.XElement

Returns an XElement representing the specified object.

Method Details

ToXElement() public static méthode

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