Share via


QueryableMethods.GetSumWithoutSelector(Type) Method

Definition

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

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

Parameters

type
Type

The generic type of the method to create.

Returns

The MethodInfo.

Applies to