MongoEnumerable.LastN Method |
Name | Description | |
---|---|---|
![]() ![]() | LastN<TSource, TResult>(IEnumerable<TSource>, Func<TSource, TResult>, Int32) |
Returns the last n results.
|
![]() ![]() | LastN<TSource, TKey, TResult>(IEnumerable<TSource>, Func<TSource, TResult>, TKey, Func<TKey, Int32>) |
Returns the last n results.
|