Property | Type | Description | |
---|---|---|---|
IEnumerator | bool | ||
IEnumerator | void | ||
ProjectBaseEnumerator | System |
Method | Description | |
---|---|---|
MoveNext ( ) : bool |
Advances the enumerator to the next element of the collection.
|
|
Reset ( ) : void |
Sets the enumerator to its initial position, which is before the first element in the collection.
|
Method | Description | |
---|---|---|
IEnumerator ( ) : bool | ||
IEnumerator ( ) : void | ||
ProjectBaseEnumerator ( |
Initializes a new instance of the ProjectBaseEnumerator class with the specified ProjectBaseCollection.
|