[This is preliminary documentation and is subject to change.]
Provides a number of useful extensions to .NET 3.5's LINQ methods.
| C# | Visual Basic | Visual C++ |
public static class LinqExtensions
<ExtensionAttribute> _ Public NotInheritable Class LinqExtensions
[ExtensionAttribute] public ref class LinqExtensions abstract sealed
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| AsEnumerable<(Of <<'(T>)>>)(T) |
Returns an IEnumerable<(Of <(<'T>)>)> containing only self.
| |
| AsStack<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>)) |
Converts a sequence into a Stack<(Of <(<'T>)>)>.
| |
| Concat<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), T) |
Concatenates a sequence with a single item.
| |
| Prefix<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), IEnumerable<(Of <<'(T>)>>)) |
Prefixes a sequence with another sequence.
| |
| Prefix<(Of <<'(T>)>>)(IEnumerable<(Of <<'(T>)>>), T) |
Prefixes a sequence with a single item.
|
| Object | |
| LinqExtensions | |