QueryableMethods.GetSumWithoutSelector(Type) Methode

Definition

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

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

Parameter

type
Type

Der generische Typ der zu erstellenden Methode.

Gibt zurück

Die MethodInfo.

Gilt für: