Compartir a través de


QueryableMethods.GetAverageWithSelector(Type) Método

Definición

Devuelve para MethodInfo el Queryable.Average método con un selector para el tipo especificado.

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

Tipo genérico del método que se va a crear.

Devoluciones

MethodInfo.

Se aplica a