Click or drag to resize
XdsElement Constructor
Initializes a new instance of the XdsElement class

Namespace: DXMLBase.Xds
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected XdsElement(
	XmlElement xdsElement
)

Parameters

xdsElement
Type: System.XmlXmlElement
The base element
See Also