Click or drag to resize

SignalDataCollection.RemoveAll<T> Method

Remove all objects of the given type from this collection.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public void RemoveAll<T>()

Type Parameters

T
The type of data to remove.
See Also