Determines the index of a
specific item in the IList.
Namespace:
FreeFlow.AdministrationAssembly: FreeFlow.Administration (in FreeFlow.Administration.dll) Version: 2.0.0.135
Syntax
| C# |
|---|
public int IndexOf( Object value ) |
| Visual Basic (Declaration) |
|---|
Public Function IndexOf ( _ value As Object _ ) As Integer |
| Visual C++ |
|---|
public: virtual int IndexOf( Object^ value ) sealed |
Parameters
- value
- Type: System..::.Object
The Object to locate in the IList.