Summary
Enumerator class for a
NAnt.Core.DataTypeBaseDictionary
.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Interfaces
-
- I
Dictionary Enumerator
- I
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IDictionaryEnumerator"]
Type["DataTypeBaseDictionaryEnumerator"]
class Type type-node
Syntax
public class DataTypeBaseDictionaryEnumerator : IDictionaryEnumerator
Properties
Name | Value | Summary |
---|---|---|
Current | DataTypeBase |
Gets the current element in the collection.
|
Entry | DictionaryEntry |
Gets both the key and the value of the current dictionary entry.
|
Key | string |
Gets the key of the current dictionary entry.
|
Value | DataTypeBase |
Gets the value of the current dictionary entry.
|
Methods
Name | Value | Summary |
---|---|---|
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.
|