public PropertyDescriptorXName(ClassProperties owner, PropertyDescriptor p, Attribute[] attrs) : base(p.Name, attrs) { _prop = p; _owner = owner; }
public ConstructorInstance(ClassProperties owner) : base(owner._pointer.ObjectType, owner, "Constructor") { _owner = owner; setConstructorValues(); }