Click or drag to resize
XdsInput Constructor (XmlElement)
Initializes a new instance of the XdsInput class

Namespace: DXMLBase.Xds
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public XdsInput(
	XmlElement inputElement
)

Parameters

inputElement
Type: System.XmlXmlElement
The XDS <input> element.
See Also