Method Duplicate
Duplicate(int)
Duplicate the Environment at given index and add it at the end of the Collection
Declaration
public Environment Duplicate(int fromIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| int | fromIndex | Index where to take data for duplication |
Returns
| Type | Description |
|---|---|
| Environment | The created Environment |