Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ MaxBy_TSource_TKey_2()

static MethodInfo System.Linq.CachedReflectionInfo.MaxBy_TSource_TKey_2 ( Type TSource,
Type TKey )
inlinestatic

Definition at line 703 of file CachedReflectionInfo.cs.

704 {
705 return (s_MaxBy_TSource_TKey_2 ?? (s_MaxBy_TSource_TKey_2 = new Func<IQueryable<object>, Expression<Func<object, object>>, object>(Queryable.MaxBy).GetMethodInfo().GetGenericMethodDefinition())).MakeGenericMethod(TSource, TKey);
706 }

References System.Linq.CachedReflectionInfo.s_MaxBy_TSource_TKey_2.

Referenced by System.Linq.Queryable.MaxBy< TSource, TKey >().