QueryableMethods.GetAverageWithSelector(Type) Método

Definição

Retorna o MethodInfo para o Queryable.Average método com um seletor para o tipo fornecido.

public static System.Reflection.MethodInfo GetAverageWithSelector (Type type);
static member GetAverageWithSelector : Type -> System.Reflection.MethodInfo
Public Shared Function GetAverageWithSelector (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