AmazedSaint.Elastic.DynamicExtensions.ToXElement C# (CSharp) 메소드

ToXElement() 공개 정적인 메소드

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