Removes a range of elements from the ISpread<(Of <(<'T>)>)>.
Namespace: VVVV.PluginInterfaces.V2Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
Parameters
- spread
- Type: VVVV.PluginInterfaces.V2..::..ISpread<(Of <(<'T>)>)>
The ISpread<(Of <(<'T>)>)> to remove the elements from.
- index
- Type: System..::..Int32
The zero-based starting index of the range of elements to remove.
- count
- Type: System..::..Int32
The number of elements to remove.
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.RemoveRange``1(VVVV.PluginInterfaces.V2.ISpread{``0},System.Int32,System.Int32)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type ISpread<(Of <(<'T>)>)>. When you use instance method syntax to call this method, omit the first parameter. For more information, seeRemarks
The items are removed and all the elements following them in the ISpread<(Of <(<'T>)>)> have their indexes reduced by count.