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

◆ MinBy_TSource_TKey_3()

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

Definition at line 733 of file CachedReflectionInfo.cs.

734 {
735 return (s_MinBy_TSource_TKey_3 ?? (s_MinBy_TSource_TKey_3 = new Func<IQueryable<object>, Expression<Func<object, object>>, IComparer<object>, object>(Queryable.MinBy).GetMethodInfo().GetGenericMethodDefinition())).MakeGenericMethod(TSource, TKey);
736 }

References System.Linq.CachedReflectionInfo.s_MinBy_TSource_TKey_3.

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