GCSubordinates Constructor (XmlElement, IGCOwner) |
Namespace: DXMLBase.GcvAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected GCSubordinates(
XmlElement definition,
IGCOwner owner
)
Protected Sub New (
definition As XmlElement,
owner As IGCOwner
)
protected:
GCSubordinates(
XmlElement^ definition,
IGCOwner^ owner
)
new :
definition : XmlElement *
owner : IGCOwner -> GCSubordinates
Parameters
- definition
- Type: System.XmlXmlElement
[Missing <param name="definition"/> documentation for "M:DXMLBase.Gcv.GCSubordinates.#ctor(System.Xml.XmlElement,DXMLBase.Gcv.IGCOwner)"]
- owner
- Type: DXMLBase.GcvIGCOwner
[Missing <param name="owner"/> documentation for "M:DXMLBase.Gcv.GCSubordinates.#ctor(System.Xml.XmlElement,DXMLBase.Gcv.IGCOwner)"]
See Also