Share via


QueryableMethods.GetAverageWithSelector(Type) Method

Definition

Returns the MethodInfo for the Queryable.Average method with a selector for the given type.

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

Parameters

type
Type

The generic type of the method to create.

Returns

The MethodInfo.

Applies to