Constructor Iterator
Iterator(DynamicArray<T>)
Creates an iterator to iterate over an array.
Declaration
public Iterator(DynamicArray<T> setOwner)
Parameters
Type | Name | Description |
---|---|---|
DynamicArray<T> | setOwner | The array to iterate over. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown if the array is null. |