Freigeben über


QueryableMethods.GetSumWithSelector(Type) Methode

Definition

Gibt das MethodInfo für die Queryable.Sum -Methode mit einem Selektor für den angegebenen Typ zurück.

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

Parameter

type
Type

Der generische Typ der zu erstellenden Methode.

Gibt zurück

Die MethodInfo.

Gilt für: