Freigeben über


QueryableMethods.GetAverageWithoutSelector(Type) Methode

Definition

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

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

Parameter

type
Type

Der generische Typ der zu erstellenden Methode.

Gibt zurück

Die MethodInfo.

Gilt für: