Click or drag to resize

MaximumLengthSequenceGetInfiniteSequence Method

Overload List
 NameDescription
Public methodGetInfiniteSequenceT(T, T)Gets the sequence. The enumeration never stops, thus you are resonsible for stopping it. The values are repeated after n values, where n is the Length.
Public methodGetInfiniteSequenceT(T, T, UInt64)Gets the sequence. The enumeration never stops, thus you are resonsible for stopping it. The values are repeated after n values, where n is the Length.
Top
See Also