Overloaded. Returns the zero-based index of the first element occurrence in the collection or in its portion.

Namespace:  PerpetuumSoft.Framework.Model
Assembly:  PerpetuumSoft.Framework.Model (in PerpetuumSoft.Framework.Model.dll) Version: 3.9.0.1

Syntax

C#
public int IndexOf(
	IElement value
)
Visual Basic (Declaration)
Public Function IndexOf ( _
	value As IElement _
) As Integer
Visual C++
public:
int IndexOf(
	IElement^ value
)

See Also