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

Namespace: DXMLBase.Xds
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected XdsValueBase(
	XmlElement holderElement
)

Parameters

holderElement
Type: System.XmlXmlElement
A value or component element.
See Also