Append extension.
Inheritance Hierarchy SystemObject
MoreLinq.ExtensionsAppendExtension
Namespace:
MoreLinq.Extensions
Assembly:
MoreLinq (in MoreLinq.dll) Version: 3.3.1+b77df70598ab84c28cd43dcf74594024b6d575e1
Syntax public 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.
|
TopSee Also