Inserts the elements of a collection into the ISpread<(Of <(<'T>)>)> at the specified index.
Namespace: VVVV.PluginInterfaces.V2Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
C# |
---|
public static void InsertRange<T>( this ISpread<T> spread, int index, IEnumerable<T> collection ) |
Parameters
- spread
- Type: VVVV.PluginInterfaces.V2..::..ISpread<(Of <(<'T>)>)>
The ISpread<(Of <(<'T>)>)> to insert the items into.
- index
- Type: System..::..Int32
The zero-based index at which the new elements should be inserted.
- collection
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>
The collection whose elements should be inserted into the ISpread<(Of <(<'T>)>)>.
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.InsertRange``1(VVVV.PluginInterfaces.V2.ISpread{``0},System.Int32,System.Collections.Generic.IEnumerable{``0})"]