QueryableMethods.GetAverageWithoutSelector(Type) Metodo

Definizione

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

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

Parametri

type
Type

Tipo generico del metodo da creare.

Restituisce

Oggetto MethodInfo.

Si applica a