System.ComponentModel.TypeDescriptor.MergedTypeDescriptor.ICustomTypeDescriptor C# (CSharp) Method

ICustomTypeDescriptor() private method

ICustomTypeDescriptor implementation.
private ICustomTypeDescriptor ( ) : TypeConverter
return TypeConverter
            TypeConverter ICustomTypeDescriptor.GetConverter()
            {
                TypeConverter converter = _primary.GetConverter();
                if (converter == null)
                {
                    converter = _secondary.GetConverter();
                }

                Debug.Assert(converter != null, "Someone should have handled this");
                return converter;
            }

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 ( ) : PropertyDescriptor
TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( ) : PropertyDescriptorCollection
TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( Attribute attributes ) : PropertyDescriptorCollection
TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( PropertyDescriptor pd ) : object
TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( Type editorBaseType ) : object
TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( ) : string
TypeDescriptor.MergedTypeDescriptor