System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.WrappedPropertyDescriptor.WrappedPropertyDescriptor C# (CSharp) Method

WrappedPropertyDescriptor() private method

private WrappedPropertyDescriptor ( PropertyDescriptor property, object target ) : System
property System.ComponentModel.PropertyDescriptor
target object
return System
                internal WrappedPropertyDescriptor(PropertyDescriptor property, object target) : base(property.Name, null)
                {
                    _property = property;
                    _target = target;
                }
DesignerOptionService.DesignerOptionCollection.WrappedPropertyDescriptor