Click or drag to resize

CollectionExtensionsMinBySourceType, KeyType Method (IEnumerableSourceType, FuncSourceType, KeyType)

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static SourceType MinBy<SourceType, KeyType>(
	this IEnumerable<SourceType> source,
	Func<SourceType, KeyType> keySelector
)

Parameters

source
Type: System.Collections.GenericIEnumerableSourceType
keySelector
Type: SystemFuncSourceType, KeyType

Type Parameters

SourceType
KeyType

Return Value

Type: SourceType

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableSourceType. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also