Namespace: DXMLBase.XdsAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected XdsValueBase(
XmlElement holderElement
)
Protected Sub New (
holderElement As XmlElement
)
protected:
XdsValueBase(
XmlElement^ holderElement
)
new :
holderElement : XmlElement -> XdsValueBase
Parameters
- holderElement
- Type: System.XmlXmlElement
A value or component element.
See Also