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

ICustomTypeDescriptor() private method

private ICustomTypeDescriptor ( Type editorBaseType ) : object
editorBaseType System.Type
return object
        object ICustomTypeDescriptor.GetEditor(Type editorBaseType) => null;
        EventDescriptorCollection ICustomTypeDescriptor.GetEvents() => new EventDescriptorCollection(null);

Same methods

DataRowView::ICustomTypeDescriptor ( ) : AttributeCollection
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 ( ) : string