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