Removes all the elements that match the conditions defined by the specified predicate.
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 objects from.
- match
- Type: System..::..Predicate<(Of <(<'T>)>)>
The Predicate<(Of <(<'T>)>)> delegate that defines the conditions of the elements to remove.
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:VVVV.PluginInterfaces.V2.SpreadExtensions.RemoveAll``1(VVVV.PluginInterfaces.V2.ISpread{``0},System.Predicate{``0})"]