Element

Element constructor

Initializes a new instance of the Element class. Don’t call this constructor directly, use CreateElement(String) or CreateElementNS(String, String).

public Element(IElementInit elementInit)
ParameterTypeDescription
elementInitIElementInitThe element initialization info.

See Also