GCGroup Constructor (IGCOwner) |
Initializes a new instance of the
GCGroup class
Namespace: DXMLBase.GcvAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected GCGroup(
IGCOwner owner
)
Protected Sub New (
owner As IGCOwner
)
protected:
GCGroup(
IGCOwner^ owner
)
new :
owner : IGCOwner -> GCGroup
Parameters
- owner
- Type: DXMLBase.GcvIGCOwner
[Missing <param name="owner"/> documentation for "M:DXMLBase.Gcv.GCGroup.#ctor(DXMLBase.Gcv.IGCOwner)"]
See Also