System.ComponentModel.TypeConverter.SimplePropertyDescriptor.SimplePropertyDescriptor C# (CSharp) Method

SimplePropertyDescriptor() protected method

protected SimplePropertyDescriptor ( Type componentType, string name, Type propertyType, Attribute attributes ) : Microsoft.Win32
componentType Type
name string
propertyType Type
attributes Attribute
return Microsoft.Win32
            protected SimplePropertyDescriptor(Type componentType, string name, Type propertyType, Attribute[] attributes) : base(name, attributes) {
                this.componentType = componentType;
                this.propertyType = propertyType;
            }

Same methods

TypeConverter.SimplePropertyDescriptor::SimplePropertyDescriptor ( Type componentType, string name, Type propertyType ) : Microsoft.Win32