Skip to content

Overload_CodeJam_Collections_Sequence_CreateWhileNotNull

andrewvk edited this page Nov 5, 2016 · 2 revisions

Sequence.CreateWhileNotNull Method

Overload List

 

Name Description
Public methodStatic member CreateWhileNotNull(T)(T, Func(T, T)) Creates a sequence from start value and next element factory till factory returns null.
Public methodStatic member CreateWhileNotNull(T, TResult)(T, Func(T, T), Func(T, TResult)) Creates a sequence from start value and next element factory till factory returns null.
  Back to Top

See Also

Reference

Sequence Class
CodeJam.Collections Namespace

Clone this wiki locally