System.Data.Common.DbConnectionStringBuilder.ICustomTypeDescriptor C# (CSharp) Метод

ICustomTypeDescriptor() приватный Метод

private ICustomTypeDescriptor ( ) : AttributeCollection
Результат System.ComponentModel.AttributeCollection
        AttributeCollection ICustomTypeDescriptor.GetAttributes()
        {
            return TypeDescriptor.GetAttributes(this, true);
        }
        object ICustomTypeDescriptor.GetEditor(Type editorBaseType)

Same methods

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