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

ICustomTypeDescriptor() private method

private ICustomTypeDescriptor ( ) : PropertyDescriptorCollection
return System.ComponentModel.PropertyDescriptorCollection
        PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties() => ((ICustomTypeDescriptor)this).GetProperties(null);
        PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribute[] attributes) =>

Same methods

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