NeedleCollectionIndexOf Method

Determines the index of a specific Needle.

Definition

Namespace: BeeMobile.Gauge
Assembly: BeeMobile.Gauge.NET48 (in BeeMobile.Gauge.NET48.dll) Version: 4.8.0.4
C#
public int IndexOf(
	Needle aValue
)

Parameters

aValue  Needle
The Needle to locate in the collection.

Return Value

Int32
The index of value if found in the list; otherwise, -1.

See Also