Пример #1
0
 public static DataTable[] ToArray(this DataTableCollection tables)
 {
     return(tables.AsEnumerable().ToArray());
 }