Compartir a través de


QueryableMethods.GetSumWithSelector(Type) Método

Definición

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

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