System.Data.Common.DataRecordInternal.ICustomTypeDescriptor C# (CSharp) Method

ICustomTypeDescriptor() private method

private ICustomTypeDescriptor ( ) : AttributeCollection
return AttributeCollection
        AttributeCollection ICustomTypeDescriptor.GetAttributes()
        {
            return new AttributeCollection(null);
        }

Same methods

DataRecordInternal::ICustomTypeDescriptor ( ) : EventDescriptor
DataRecordInternal::ICustomTypeDescriptor ( ) : EventDescriptorCollection
DataRecordInternal::ICustomTypeDescriptor ( Attribute attributes ) : EventDescriptorCollection
DataRecordInternal::ICustomTypeDescriptor ( ) : PropertyDescriptor
DataRecordInternal::ICustomTypeDescriptor ( ) : PropertyDescriptorCollection
DataRecordInternal::ICustomTypeDescriptor ( Attribute attributes ) : PropertyDescriptorCollection
DataRecordInternal::ICustomTypeDescriptor ( ) : TypeConverter
DataRecordInternal::ICustomTypeDescriptor ( PropertyDescriptor pd ) : object
DataRecordInternal::ICustomTypeDescriptor ( Type editorBaseType ) : object
DataRecordInternal::ICustomTypeDescriptor ( ) : string