Click or drag to resize

SignalDataCollectionRemoveAllT 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: 24.1.418.0 (24.1.418.0)
Syntax
public void RemoveAll<T>()

Type Parameters

T
The type of data to remove.
See Also