Click or drag to resize

SignalCollectionGetEnumerator Method

Get an enumerator for the signals in the collections.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IEnumerator<Signal> GetEnumerator()

Return Value

Type: IEnumeratorSignal
The enumerator.

Implements

IEnumerableTGetEnumerator
See Also