Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
OrderedEnumerableRowCollection.cs
Go to the documentation of this file.
1
using
System.Collections.Generic
;
2
3
namespace
System.Data
;
4
5
public
sealed
class
OrderedEnumerableRowCollection
<
TRow
> :
EnumerableRowCollection
<TRow>
6
{
7
internal
OrderedEnumerableRowCollection
(
EnumerableRowCollection<TRow>
enumerableTable
,
IEnumerable<TRow>
enumerableRows
)
8
:
base
(
enumerableTable
,
enumerableRows
, (Func<
TRow
,
TRow
>)
null
)
9
{
10
}
11
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Data.EnumerableRowCollection
Definition
EnumerableRowCollection.cs:23
System.Data.OrderedEnumerableRowCollection.OrderedEnumerableRowCollection
OrderedEnumerableRowCollection(EnumerableRowCollection< TRow > enumerableTable, IEnumerable< TRow > enumerableRows)
Definition
OrderedEnumerableRowCollection.cs:7
System.Data.OrderedEnumerableRowCollection
Definition
OrderedEnumerableRowCollection.cs:6
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
System.Data
Definition
ADP.cs:12
source
System.Data.Common
System.Data
OrderedEnumerableRowCollection.cs
Generated by
1.10.0