Skip to content

Overload_CodeJam_Collections_EnumerableExtensions_IsLast

Andrew Koryavchenko edited this page Jul 4, 2017 · 1 revision

EnumerableExtensions.IsLast Method

Overload List

 

Name Description
Public method Static member IsLast(TSource)(IEnumerable(TSource), TSource) Checks, if item is last element of source.
Public method Static member IsLast(TSource)(IEnumerable(TSource), TSource, IEqualityComparer(TSource)) Checks, if item is last element of source.
  Back to Top

See Also

Reference

EnumerableExtensions Class
CodeJam.Collections Namespace

Clone this wiki locally