Interface IToXElement
Interface of ToXElement(). Which can be represented by a single XElement.
public interface IToXElement
- Extension Methods
Remarks
Relative to IMakeXmlSource, the IToXElement don't export file. So no directory information is required. A single XElement represent the object.
Methods
ToXElement()
Get the XElement to represent the object.
XElement ToXElement()