Edit

Share via


AisManager.GetSpecificTargets<T> Method

Definition

Gets the list of all active targets of the given type

public System.Collections.Generic.IEnumerable<T> GetSpecificTargets<T> () where T : Iot.Device.Nmea0183.Ais.AisTarget;
member this.GetSpecificTargets : unit -> seq<'T (requires 'T :> Iot.Device.Nmea0183.Ais.AisTarget)> (requires 'T :> Iot.Device.Nmea0183.Ais.AisTarget)
Public Function GetSpecificTargets(Of T As AisTarget) () As IEnumerable(Of T)

Type Parameters

T

A type of target, must be a derivative of AisTarget.

Returns

An enumeration of all targets of that type

Applies to