Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public void CopyTo(
EngineNode[] array,
int arrayIndex
)
Public Sub CopyTo (
array As EngineNode(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<EngineNode^>^ array,
int arrayIndex
) sealed
Parameters
- array
- Type: DHI.Mike1D.EngineEngineNode
The one-dimensional Array that is the destination of the elements copied from ICollectionT. The Array must have zero-based indexing. - arrayIndex
- Type: SystemInt32
The zero-based index in array at which copying begins.
Implements
ICollectionTCopyTo(T, Int32)Exceptions See Also