System.Data.DataRowView.ICustomTypeDescriptor C# (CSharp) Method

ICustomTypeDescriptor() private method

private ICustomTypeDescriptor ( ) : AttributeCollection
return System.ComponentModel.AttributeCollection
        AttributeCollection ICustomTypeDescriptor.GetAttributes() => new AttributeCollection(null);
        string ICustomTypeDescriptor.GetClassName() => null;

Same methods

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