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.2.419.0 (24.2.419.0)
Syntax public void RemoveAll<T>()
Public Sub RemoveAll(Of T)
public:
generic<typename T>
void RemoveAll()
member RemoveAll : unit -> unit
Type Parameters
- T
- The type of data to remove.
See Also