Overloaded. Returns the zero-based index of the first occurrence of an element in the collection or in a portion of it.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
C# |
---|
public int IndexOf( Element value ) |
Visual Basic (Declaration) |
---|
Public Function IndexOf ( _ value As Element _ ) As Integer |
Visual C++ |
---|
public: int IndexOf( Element^ value ) |