BoC.ComponentModel.TypeExtension.ExtendedTypeDescriptor.ExtendedTypeDescriptor C# (CSharp) Method

ExtendedTypeDescriptor() public method

public ExtendedTypeDescriptor ( Type componentType, ICustomTypeDescriptor parent ) : System
componentType System.Type
parent ICustomTypeDescriptor
return System
        public ExtendedTypeDescriptor(Type componentType, ICustomTypeDescriptor parent)
            : base(parent)
        {
            this.componentType = componentType;
        }