Append extension.
Inheritance Hierarchy
Namespace:
MoreLinq.Extensions
Assembly:
MoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntaxpublic static class AppendExtension
<ExtensionAttribute>
Public NotInheritable Class AppendExtension
[ExtensionAttribute]
public ref class AppendExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type AppendExtension = class end
The AppendExtension type exposes the following members.
Methods
| Name | Description |
---|
  | AppendT |
Returns a sequence consisting of the head elements and the given tail element.
|
Top
See Also