次の方法で共有


QueryableMethods.GetSumWithoutSelector(Type) メソッド

定義

指定した MethodInfo 型の Queryable.Sum セレクターを使用せずに、 メソッドの を返します。

public static System.Reflection.MethodInfo GetSumWithoutSelector (Type type);
static member GetSumWithoutSelector : Type -> System.Reflection.MethodInfo
Public Shared Function GetSumWithoutSelector (type As Type) As MethodInfo

パラメーター

type
Type

作成するメソッドのジェネリック型。

戻り値

MethodInfo

適用対象