Click or drag to resize

GpsSignalGeneratorCollection Constructor (IEnumerable<GpsSignalGenerator>)

Construct a new instance based on an existing collection of GpsSignalGenerators.

Namespace:  AGI.Foundation.Navigation.Advanced
Assembly:  AGI.Foundation.Navigation.Advanced (in AGI.Foundation.Navigation.Advanced.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public GpsSignalGeneratorCollection(
	IEnumerable<GpsSignalGenerator> signalGenerators
)

Parameters

signalGenerators
Type: System.Collections.Generic.IEnumerable<GpsSignalGenerator>
A list of signal generators.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if signalGenerators is null.
See Also