fCraft.BoundingBox.Serialize C# (CSharp) Method

Serialize() public method

public Serialize ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement
        public XElement Serialize() {
            return Serialize( XmlRootElementName );
        }
    }

Same methods

BoundingBox::Serialize ( string customElementName ) : System.Xml.Linq.XElement