System.ComponentModel.TypeConverter.SimplePropertyDescriptor.SimplePropertyDescriptor C# (CSharp) 메소드

SimplePropertyDescriptor() 보호된 메소드

protected SimplePropertyDescriptor ( Type componentType, string name, Type propertyType ) : Microsoft.Win32
componentType Type
name string
propertyType Type
리턴 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