Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Data.EnumerableRowCollectionExtensions Class Reference

Static Public Member Functions

static EnumerableRowCollection< TRowWhere< TRow > (this EnumerableRowCollection< TRow > source, Func< TRow, bool > predicate)
 
static OrderedEnumerableRowCollection< TRowOrderBy< TRow, TKey > (this EnumerableRowCollection< TRow > source, Func< TRow, TKey > keySelector)
 
static OrderedEnumerableRowCollection< TRowOrderBy< TRow, TKey > (this EnumerableRowCollection< TRow > source, Func< TRow, TKey > keySelector, IComparer< TKey > comparer)
 
static OrderedEnumerableRowCollection< TRowOrderByDescending< TRow, TKey > (this EnumerableRowCollection< TRow > source, Func< TRow, TKey > keySelector)
 
static OrderedEnumerableRowCollection< TRowOrderByDescending< TRow, TKey > (this EnumerableRowCollection< TRow > source, Func< TRow, TKey > keySelector, IComparer< TKey > comparer)
 
static OrderedEnumerableRowCollection< TRowThenBy< TRow, TKey > (this OrderedEnumerableRowCollection< TRow > source, Func< TRow, TKey > keySelector)
 
static OrderedEnumerableRowCollection< TRowThenBy< TRow, TKey > (this OrderedEnumerableRowCollection< TRow > source, Func< TRow, TKey > keySelector, IComparer< TKey > comparer)
 
static OrderedEnumerableRowCollection< TRowThenByDescending< TRow, TKey > (this OrderedEnumerableRowCollection< TRow > source, Func< TRow, TKey > keySelector)
 
static OrderedEnumerableRowCollection< TRowThenByDescending< TRow, TKey > (this OrderedEnumerableRowCollection< TRow > source, Func< TRow, TKey > keySelector, IComparer< TKey > comparer)
 
static EnumerableRowCollection< SSelect< TRow, S > (this EnumerableRowCollection< TRow > source, Func< TRow, S > selector)
 
static EnumerableRowCollection< TResultCast< TResult > (this EnumerableRowCollection source)
 

Detailed Description

Definition at line 6 of file EnumerableRowCollectionExtensions.cs.


The documentation for this class was generated from the following file: