Compartir a través de


QueryableMethods.GetSumWithoutSelector(Type) Método

Definición

Devuelve para MethodInfo el Queryable.Sum método sin un selector para el tipo especificado.

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