Click or drag to resize

LiteCollectionTMinK(ExpressionFuncT, K) Method

Returns the min value from specified key value in collection

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public K Min<K>(
	Expression<Func<T, K>> keySelector
)

Parameters

keySelector  ExpressionFuncT, K
 

Type Parameters

K

Return Value

K

Implements

ILiteCollectionTMinK(ExpressionFuncT, K)
See Also