AmazedSaint.Elastic.DynamicExtensions.ToXElement C# (CSharp) Méthode

ToXElement() public static méthode

Converts an expando to XElement
public static ToXElement ( this e ) : System.Xml.Linq.XElement
e this
Résultat System.Xml.Linq.XElement
        public static XElement ToXElement(this ElasticObject e)
        {
            return (dynamic)XElementFromElastic(e);
        }