Insert extension.
Inheritance Hierarchy
Namespace:
MoreLinq.Extensions
Assembly:
MoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntaxpublic static class InsertExtension
<ExtensionAttribute>
Public NotInheritable Class InsertExtension
[ExtensionAttribute]
public ref class InsertExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type InsertExtension = class end
The InsertExtension type exposes the following members.
Methods
| Name | Description |
---|
  | InsertT |
Inserts the elements of a sequence into another sequence at a
specified index.
|
Top
See Also