Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.CachingComparerWithChild< TElement, TKey > Class Template Referencesealed

Public Member Functions

 CachingComparerWithChild (Func< TElement, TKey > keySelector, IComparer< TKey > comparer, bool descending, CachingComparer< TElement > child)
 

Protected Attributes

readonly Func< TElement, TKey > _keySelector
 
readonly IComparer< TKey > _comparer
 
readonly bool _descending
 
TKey _lastKey
 

Package Functions

override int Compare (TElement element, bool cacheLower)
 
override void SetElement (TElement element)
 

Private Attributes

readonly CachingComparer< TElement > _child
 

Detailed Description

Definition at line 5 of file CachingComparerWithChild.cs.


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