System.Linq.CachedReflectionInfo.Average_NullableDecimal_TSource_2 C# (CSharp) 메소드

Average_NullableDecimal_TSource_2() 공개 정적인 메소드

public static Average_NullableDecimal_TSource_2 ( Type TSource ) : MethodInfo
TSource Type
리턴 System.Reflection.MethodInfo
        public static MethodInfo Average_NullableDecimal_TSource_2(Type TSource) =>
             (s_Average_NullableDecimal_TSource_2 ??
             (s_Average_NullableDecimal_TSource_2 = new Func<IQueryable<object>, Expression<Func<object, decimal?>>, decimal?>(Queryable.Average).GetMethodInfo().GetGenericMethodDefinition()))
              .MakeGenericMethod(TSource);
CachedReflectionInfo