Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Does a scan over the list of targets and finds the target's index in the list
protected int? FindTarget ();
member this.FindTarget : unit -> Nullable<int>
Protected Function FindTarget () As Nullable(Of Integer)