System.ComponentModel.CustomTypeDescriptor.CustomTypeDescriptor C# (CSharp) Method

CustomTypeDescriptor() protected method

protected CustomTypeDescriptor ( ICustomTypeDescriptor parent ) : System
parent ICustomTypeDescriptor
return System
        protected CustomTypeDescriptor(ICustomTypeDescriptor parent)
        {
            _parent = parent;
        }

Same methods

CustomTypeDescriptor::CustomTypeDescriptor ( ) : System