Condividi tramite


QueryableMethods.GetSumWithSelector(Type) Metodo

Definizione

Restituisce l'oggetto MethodInfo per il Queryable.Sum metodo con un selettore per il tipo specificato.

public static System.Reflection.MethodInfo GetSumWithSelector (Type type);
static member GetSumWithSelector : Type -> System.Reflection.MethodInfo
Public Shared Function GetSumWithSelector (type As Type) As MethodInfo

Parametri

type
Type

Tipo generico del metodo da creare.

Restituisce

Oggetto MethodInfo.

Si applica a