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

SimplePropertyDescriptor() protected method

protected SimplePropertyDescriptor ( Type componentType, string name, Type propertyType ) : Microsoft.Win32
componentType Type
name string
propertyType Type
return Microsoft.Win32
            protected SimplePropertyDescriptor(Type componentType, string name, Type propertyType) : this(componentType, name, propertyType, new Attribute[0]) {
            }
            

Same methods

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