Click or drag to resize

SignalCollection.GetEnumerator 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.3.420.0 (24.3.420.0)
Syntax
public IEnumerator<Signal> GetEnumerator()

Return Value

Type: IEnumerator<Signal>
The enumerator.

Implements

IEnumerable<T>.GetEnumerator()
See Also