System.ComponentModel.TypeDescriptor.MergedTypeDescriptor.ICustomTypeDescriptor C# (CSharp) Méthode

ICustomTypeDescriptor() private méthode

ICustomTypeDescriptor implementation.
private ICustomTypeDescriptor ( ) : PropertyDescriptor
Résultat PropertyDescriptor
            PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty()
            {
                PropertyDescriptor prop = _primary.GetDefaultProperty();
                if (prop == null)
                {
                    prop = _secondary.GetDefaultProperty();
                }

                return prop;
            }

Same methods

TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( ) : AttributeCollection
TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( ) : System.ComponentModel.EventDescriptor
TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( ) : EventDescriptorCollection
TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( Attribute attributes ) : EventDescriptorCollection
TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( ) : PropertyDescriptorCollection
TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( Attribute attributes ) : PropertyDescriptorCollection
TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( ) : TypeConverter
TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( PropertyDescriptor pd ) : object
TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( Type editorBaseType ) : object
TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( ) : string
TypeDescriptor.MergedTypeDescriptor