Condividi tramite


QueryableMethods.GetSumWithoutSelector(Type) Metodo

Definizione

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

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

Parametri

type
Type

Tipo generico del metodo da creare.

Restituisce

Oggetto MethodInfo.

Si applica a