@@ -1049,8 +1049,8 @@ void System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.Proper
1049
1049
void System . ComponentModel . IBindingList . RemoveSort ( ) { }
1050
1050
void System . ComponentModel . IBindingListView . ApplySort ( System . ComponentModel . ListSortDescriptionCollection sorts ) { }
1051
1051
void System . ComponentModel . IBindingListView . RemoveFilter ( ) { }
1052
- System . ComponentModel . PropertyDescriptorCollection System . ComponentModel . ITypedList . GetItemProperties ( System . ComponentModel . PropertyDescriptor [ ] listAccessors ) { throw null ; }
1053
- string System . ComponentModel . ITypedList . GetListName ( System . ComponentModel . PropertyDescriptor [ ] listAccessors ) { throw null ; }
1052
+ System . ComponentModel . PropertyDescriptorCollection System . ComponentModel . ITypedList . GetItemProperties ( System . ComponentModel . PropertyDescriptor [ ] ? listAccessors ) { throw null ; }
1053
+ string System . ComponentModel . ITypedList . GetListName ( System . ComponentModel . PropertyDescriptor [ ] ? listAccessors ) { throw null ; }
1054
1054
public System . Data . DataTable ToTable ( ) { throw null ; }
1055
1055
public System . Data . DataTable ToTable ( bool distinct , params string [ ] columnNames ) { throw null ; }
1056
1056
public System . Data . DataTable ToTable ( string ? tableName ) { throw null ; }
@@ -1103,8 +1103,8 @@ void System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.Property
1103
1103
int System . ComponentModel . IBindingList . Find ( System . ComponentModel . PropertyDescriptor property , object key ) { throw null ; }
1104
1104
void System . ComponentModel . IBindingList . RemoveIndex ( System . ComponentModel . PropertyDescriptor property ) { }
1105
1105
void System . ComponentModel . IBindingList . RemoveSort ( ) { }
1106
- System . ComponentModel . PropertyDescriptorCollection System . ComponentModel . ITypedList . GetItemProperties ( System . ComponentModel . PropertyDescriptor [ ] listAccessors ) { throw null ; }
1107
- string System . ComponentModel . ITypedList . GetListName ( System . ComponentModel . PropertyDescriptor [ ] listAccessors ) { throw null ; }
1106
+ System . ComponentModel . PropertyDescriptorCollection System . ComponentModel . ITypedList . GetItemProperties ( System . ComponentModel . PropertyDescriptor [ ] ? listAccessors ) { throw null ; }
1107
+ string System . ComponentModel . ITypedList . GetListName ( System . ComponentModel . PropertyDescriptor [ ] ? listAccessors ) { throw null ; }
1108
1108
protected virtual void TableCollectionChanged ( object sender , System . ComponentModel . CollectionChangeEventArgs e ) { }
1109
1109
}
1110
1110
[ System . ComponentModel . EditorAttribute ( "Microsoft.VSDesigner.Data.Design.DataViewRowStateEditor, Microsoft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" , "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" ) ]
0 commit comments