You've already forked linux-packaging-mono
Imported Upstream version 6.6.0.103
Former-commit-id: ed8637df0061cb6f128ae1d26d26db7734e0fa0d
This commit is contained in:
parent
53ae335b9c
commit
9b1ef54dc9
@@ -1 +1 @@
|
||||
faec721a749e501975809f748630ed297fd55e50
|
||||
9072ff67e7c4c540bc2e40267fc5f946b65bf9a1
|
@@ -48,6 +48,8 @@ namespace System.Data
|
||||
}
|
||||
public static partial class DataTableExtensions
|
||||
{
|
||||
public static System.Data.DataView AsDataView(this System.Data.DataTable table) { throw null; }
|
||||
public static System.Data.DataView AsDataView<T>(this System.Data.EnumerableRowCollection<T> source) where T : System.Data.DataRow { throw null; }
|
||||
public static System.Data.EnumerableRowCollection<System.Data.DataRow> AsEnumerable(this System.Data.DataTable source) { throw null; }
|
||||
public static System.Data.DataTable CopyToDataTable<T>(this System.Collections.Generic.IEnumerable<T> source) where T : System.Data.DataRow { throw null; }
|
||||
public static void CopyToDataTable<T>(this System.Collections.Generic.IEnumerable<T> source, System.Data.DataTable table, System.Data.LoadOption options) where T : System.Data.DataRow { }
|
||||
|
@@ -1 +1 @@
|
||||
3d6057ed36a94c8b67e4b28f2a871ff0127ea381
|
||||
03f0d6f3e5645ad55d73b26135212076a5119877
|
Reference in New Issue
Block a user