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

◆ MinBy_TSource_TKey_2()

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

Definition at line 728 of file CachedReflectionInfo.cs.

729 {
730 return (s_MinBy_TSource_TKey_2 ?? (s_MinBy_TSource_TKey_2 = new Func<IQueryable<object>, Expression<Func<object, object>>, object>(Queryable.MinBy).GetMethodInfo().GetGenericMethodDefinition())).MakeGenericMethod(TSource, TKey);
731 }

References System.Linq.CachedReflectionInfo.s_MinBy_TSource_TKey_2.

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