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 methodStatic member IsLast(TSource)(IEnumerable(TSource), TSource) Checks, if item is last element of source.
Public methodStatic 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