QueryableMethods.GetAverageWithoutSelector(Type) Método

Definição

Retorna o MethodInfo para o Queryable.Average método sem um seletor para o tipo especificado.

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

Parâmetros

type
Type

O tipo genérico do método a ser criado.

Retornos

O MethodInfo.

Aplica-se a