Click or drag to resize

SignalDataCollectionGetByTypeT Method

Get the first object of the given type in 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 T GetByType<T>()
where T : class

Type Parameters

T
The type of data to retrieve.

Return Value

Type: T
The data, or if there is no data of the given type.
See Also