Returns position in the collection where the item value has been added. Whether the item value is not found in the collection, returns -1.

Namespace:  SGP.Baltie
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public int IndexOf(
	Baltie value
)

Parameters

value
Type: SGP.Baltie..::.Baltie
Searched item in the collection.

See Also