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: 24.3.420.0 (24.3.420.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