Share via


QueryableMethods.GetSumWithSelector(Type) Method

Definition

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

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

Parameters

type
Type

The generic type of the method to create.

Returns

The MethodInfo.

Applies to