EngineNodes.RemoveAt Method |
Removes the
IList<T> item at the specified index.
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
public:
virtual void RemoveAt(
int index
) sealed
Parameters
- index
- Type: System.Int32
The zero-based index of the item to remove.
Implements
IList<T>.RemoveAt(Int32)
Exceptions
See Also