BoC.ComponentModel.TypeExtension.ExtendedTypeDescriptor.ExtendedTypeDescriptor C# (CSharp) 메소드

ExtendedTypeDescriptor() 공개 메소드

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