Click or drag to resize

AntennaTargetingResultCollection Constructor (IEnumerableAntennaTargetingResult)

Create a new instance containing the specified elements.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AntennaTargetingResultCollection(
	IEnumerable<AntennaTargetingResult> results
)

Parameters

results
Type: System.Collections.GenericIEnumerableAntennaTargetingResult
The collection of elements.
See Also