Enumerator for NetworkArray.
More...
Inherits IEnumerator< T >.
|
T | Current [get] |
| Gets the current element in the collection. More...
|
|
object IEnumerator. | Current [get] |
| Gets the current element in the collection. More...
|
|
◆ Enumerator()
◆ Dispose()
◆ MoveNext()
Advances the enumerator to the next element of the collection.
- Returns
- true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
◆ Reset()
Sets the enumerator to its initial position, which is before the first element in the collection.
◆ Current [1/2]
Gets the current element in the collection.
◆ Current [2/2]
object IEnumerator. Current |
|
get |
Gets the current element in the collection.