Generation Operations
Method Name |
Description |
More Information |
DefaultIfEmpty |
Replaces an empty collection with a default valued singleton collection. |
|
Empty |
Returns an empty collection. |
|
Range |
Generates a collection that contains a sequence of numbers. |
|
Repeat |
Generates a collection that contains one repeated value. |
Equality Operations
Method Name |
Description |
More Information |
SequenceEqual |
Determines whether two sequences are equal by comparing elements in a pair-wise manner. |
Concatenation Operations
Method Name |
Description |
More Information |
Concat |
Concatenates two sequences to form one sequence. |