Keyword(s) for which to search:
Sort results by title
Keyword Index
Direct Link
Welcome to Sequences
Examples
Version History
Version 1.0.0.0
Version 1.0.1.0
Sequences
ISequence(T) Interface
ISequence(T) Methods
Append Method
Combinations Method
Concat Method
ContainsSlice Method
CopyTo Method
CopyTo Method (T[])
CopyTo Method (T[], Int32)
CopyTo Method (Int32, T[], Int32, Int32)
Fold Method
FoldRight Method
Force Method
ForEach Method
Grouped Method
IndexOf Method
IndexOf Method (T)
IndexOf Method (T, Int32)
IndexOf Method (T, Int32, Int32)
IndexOfSlice Method
IndexOfSlice Method (IEnumerable(T))
IndexOfSlice Method (IEnumerable(T), Int32)
IndexWhere Method
IndexWhere Method (Func(T, Boolean))
IndexWhere Method (Func(T, Boolean), Int32)
IndexWhere Method (Func(T, Boolean), Int32, Int32)
Indices Method
Inits Method
LastIndexOf Method
LastIndexOf Method (T)
LastIndexOf Method (T, Int32)
LastIndexOf Method (T, Int32, Int32)
LastIndexWhere Method
LastIndexWhere Method (Func(T, Boolean))
LastIndexWhere Method (Func(T, Boolean), Int32)
LastIndexWhere Method (Func(T, Boolean), Int32, Int32)
LengthCompare Method
MkString Method
MkString Method
MkString Method (String)
NonEmptyTails Method
PadTo Method
Partition Method
Patch Method
Permutations Method
Prepend Method
Reduce Method
ReduceRight Method
Remove Method
Scan Method
ScanRight Method
Slice Method
Sliding Method
Sliding Method (Int32)
Sliding Method (Int32, Int32)
Span Method
SplitAt Method
Tails Method
Updated Method
Zip(TSecond) Method
ZipAll(TSecond) Method
ZipWithIndex Method
ISequence(T) Properties
Count Property
HasDefiniteSize Property
Head Property
Init Property
IsEmpty Property
IsTailDefined Property
Item Property
NonEmpty Property
Tail Property
Sequence Class
Sequence Methods
AsSequence(T) Method
Continually Method
Continually(T) Method (Func(T))
Continually(T) Method (T)
Distinct Method
Distinct(TSource) Method (ISequence(TSource))
Distinct(TSource) Method (ISequence(TSource), IEqualityComparer(TSource))
Empty(T) Method
Except Method
Except(TSource) Method (ISequence(TSource), IEnumerable(TSource))
Except(TSource) Method (ISequence(TSource), IEnumerable(TSource), IEqualityComparer(TSource))
Fill Method
Fill(T) Method (Func(T), Int32)
Fill(T) Method (T, Int32)
Flatten Method
Flatten(TSource) Method (ISequence(IEnumerable(TSource)))
Flatten(TSource) Method (IEnumerable(ISequence(TSource)))
From Method
From Method (Int32)
From Method (Int64)
From Method (BigInteger)
From Method (Int32, Int32)
From Method (Int64, Int64)
From Method (BigInteger, BigInteger)
Intersect Method
Intersect(TSource) Method (ISequence(TSource), IEnumerable(TSource))
Intersect(TSource) Method (ISequence(TSource), IEnumerable(TSource), IEqualityComparer(TSource))
Iterate Method
Iterate(T) Method (T, Func(T, T))
Iterate(T) Method (T, Int32, Func(T, T))
NewBuilder(T) Method
Range Method
Range Method (Int32, Int32)
Range Method (Int64, Int64)
Range Method (BigInteger, BigInteger)
Range Method (Int32, Int32, Int32)
Range Method (Int64, Int64, Int64)
Range Method (BigInteger, BigInteger, BigInteger)
Reverse(TSource) Method
Select Method
Select(TSource, TResult) Method (ISequence(TSource), Func(TSource, TResult))
Select(TSource, TResult) Method (ISequence(TSource), Func(TSource, Int32, TResult))
SelectMany Method
SelectMany(TSource, TResult) Method (ISequence(TSource), Func(TSource, IEnumerable(TResult)))
SelectMany(TSource, TResult) Method (ISequence(TSource), Func(TSource, Int32, IEnumerable(TResult)))
SelectMany(TSource, TCollection, TResult) Method (ISequence(TSource), Func(TSource, IEnumerable(TCollection)), Func(TSource, TCollection, TResult))
SelectMany(TSource, TCollection, TResult) Method (ISequence(TSource), Func(TSource, Int32, IEnumerable(TCollection)), Func(TSource, TCollection, TResult))
Skip(TSource) Method
SkipWhile Method
SkipWhile(TSource) Method (ISequence(TSource), Func(TSource, Boolean))
SkipWhile(TSource) Method (ISequence(TSource), Func(TSource, Int32, Boolean))
Sum Method
Sum Method (ISequence(Nullable(BigInteger)))
Sum Method (ISequence(BigInteger))
Sum(TSource) Method (ISequence(TSource), Func(TSource, Nullable(BigInteger)))
Sum(TSource) Method (ISequence(TSource), Func(TSource, BigInteger))
Tabulate(T) Method
Take(TSource) Method
TakeWhile Method
TakeWhile(TSource) Method (ISequence(TSource), Func(TSource, Boolean))
TakeWhile(TSource) Method (ISequence(TSource), Func(TSource, Int32, Boolean))
Union Method
Union(TSource) Method (ISequence(TSource), IEnumerable(TSource))
Union(TSource) Method (ISequence(TSource), IEnumerable(TSource), IEqualityComparer(TSource))
Where Method
Where(TSource) Method (ISequence(TSource), Func(TSource, Boolean))
Where(TSource) Method (ISequence(TSource), Func(TSource, Int32, Boolean))
With Method
With(T) Method (IEnumerable(T))
With(T) Method (T[])
Zip(TFirst, TSecond, TResult) Method
Sequence(T) Class
Sequence(T) Constructor
Sequence(T) Constructor (T, Func(ISequence(T)))
Sequence(T) Constructor (T, Lazy(ISequence(T)))
Sequence(T) Methods
Append Method
Combinations Method
Concat Method
ContainsSlice Method
CopyTo Method
CopyTo Method (T[])
CopyTo Method (T[], Int32)
CopyTo Method (Int32, T[], Int32, Int32)
Fold Method
FoldRight Method
Force Method
ForEach Method
GetEnumerator Method
Grouped Method
IndexOf Method
IndexOf Method (T)
IndexOf Method (T, Int32)
IndexOf Method (T, Int32, Int32)
IndexOfSlice Method
IndexOfSlice Method (IEnumerable(T))
IndexOfSlice Method (IEnumerable(T), Int32)
IndexWhere Method
IndexWhere Method (Func(T, Boolean))
IndexWhere Method (Func(T, Boolean), Int32)
IndexWhere Method (Func(T, Boolean), Int32, Int32)
Indices Method
Inits Method
LastIndexOf Method
LastIndexOf Method (T)
LastIndexOf Method (T, Int32)
LastIndexOf Method (T, Int32, Int32)
LastIndexWhere Method
LastIndexWhere Method (Func(T, Boolean))
LastIndexWhere Method (Func(T, Boolean), Int32)
LastIndexWhere Method (Func(T, Boolean), Int32, Int32)
LengthCompare Method
MkString Method
MkString Method
MkString Method (String)
NonEmptyTails Method
PadTo Method
Partition Method
Patch Method
Permutations Method
Prepend Method
Reduce Method
ReduceRight Method
Remove Method
Scan Method
ScanRight Method
Slice Method
Sliding Method
Sliding Method (Int32)
Sliding Method (Int32, Int32)
Span Method
SplitAt Method
Tails Method
ToString Method
Updated Method
Zip(TSecond) Method
ZipAll(TSecond) Method
ZipWithIndex Method
Sequence(T) Properties
Count Property
HasDefiniteSize Property
Head Property
Init Property
IsEmpty Property
IsTailDefined Property
Item Property
NonEmpty Property
Tail Property
SequenceBuilder(T) Class
SequenceBuilder(T) Constructor
SequenceBuilder(T) Methods
Append Method
Append Method (IEnumerable(T))
Append Method (Func(IEnumerable(T)))
Append Method (Func(T))
Append Method (T)
Append Method (T[])
Clear Method
ToSequence Method
SequenceBuilder(T) Operators
Addition Operator
Addition Operator (SequenceBuilder(T), IEnumerable(T))
Addition Operator (SequenceBuilder(T), T)
This page uses an IFRAME but your browser does not support it.