次の方法で共有


QueryableMethods.GetAverageWithoutSelector(Type) メソッド

定義

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

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

パラメーター

type
Type

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

戻り値

MethodInfo

適用対象