Compartir a través de


QueryableMethods.GetAverageWithoutSelector(Type) Método

Definición

Devuelve para MethodInfo el Queryable.Average método sin un selector para el 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

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

Devoluciones

MethodInfo.

Se aplica a