DHI.Mike1D Class Library
C#
Show/Hide TOC
Structures
Index
Of Method
Determines the index of a specific item in the
IList
T
.
Definition
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
Copy
public
int
IndexOf
(
IStructure
item
)
Parameters
item
IStructure
The object to locate in the
IList
T
.
Return Value
Int32
The index of
item
if found in the list; otherwise, -1.
Implements
IList
T
IndexOf(T)
See Also
Reference
Structures Class
DHI.Mike1D.StructureModule Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also