Click or drag to resize

AntennaTargetingResultCollection Constructor (IEnumerable<AntennaTargetingResult>)

Create a new instance containing the specified elements.

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

Parameters

results
Type: System.Collections.Generic.IEnumerable<AntennaTargetingResult>
The collection of elements.
See Also