Condividi tramite


QueryableMethods.GetAverageWithSelector(Type) Metodo

Definizione

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

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

Parametri

type
Type

Tipo generico del metodo da creare.

Restituisce

Oggetto MethodInfo.

Si applica a