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

◆ Zip_TFirst_TSecond_TThird_3()

static MethodInfo System.Linq.CachedReflectionInfo.Zip_TFirst_TSecond_TThird_3 ( Type TFirst,
Type TSecond,
Type TThird )
inlinestatic

Definition at line 983 of file CachedReflectionInfo.cs.

984 {
985 return (s_Zip_TFirst_TSecond_TThird_3 ?? (s_Zip_TFirst_TSecond_TThird_3 = new Func<IQueryable<object>, IEnumerable<object>, IEnumerable<object>, IQueryable<(object, object, object)>>(Queryable.Zip).GetMethodInfo().GetGenericMethodDefinition())).MakeGenericMethod(TFirst, TSecond, TThird);
986 }

References System.Linq.CachedReflectionInfo.s_Zip_TFirst_TSecond_TThird_3.

Referenced by System.Linq.Queryable.Zip< TFirst, TSecond, TThird >().