

Public Member Functions | |
| void | Reset () |
| bool | MoveNext () |
Properties | |
| object | Key [get] |
| object | Value [get] |
| DictionaryEntry | Entry [get] |
| object | Current [get] |
Private Types | |
| enum | EnumerationMode |
Private Member Functions | |
| internal | HashListEnumerator () |
| internal | HashListEnumerator (HashList hashList, EnumerationMode mode) |
Private Attributes | |
| HashList | _hashList |
| ArrayList | _orderList |
| EnumerationMode | _mode |
| int | _index |
| int | _version |
| object | _key |
| object | _value |
Definition at line 54 of file HashList.cs.
| internal Antlr.Runtime.Collections.HashList.HashListEnumerator.HashListEnumerator | ( | ) | [private] |
Definition at line 72 of file HashList.cs.
| internal Antlr.Runtime.Collections.HashList.HashListEnumerator.HashListEnumerator | ( | HashList | hashList, | |
| EnumerationMode | mode | |||
| ) | [private] |
Definition at line 79 of file HashList.cs.
| void Antlr.Runtime.Collections.HashList.HashListEnumerator.Reset | ( | ) |
Definition at line 134 of file HashList.cs.
| bool Antlr.Runtime.Collections.HashList.HashListEnumerator.MoveNext | ( | ) |
Definition at line 163 of file HashList.cs.
Definition at line 62 of file HashList.cs.
ArrayList Antlr.Runtime.Collections.HashList.HashListEnumerator._orderList [private] |
Definition at line 63 of file HashList.cs.
Definition at line 64 of file HashList.cs.
Definition at line 65 of file HashList.cs.
Definition at line 66 of file HashList.cs.
object Antlr.Runtime.Collections.HashList.HashListEnumerator._key [private] |
Definition at line 67 of file HashList.cs.
object Antlr.Runtime.Collections.HashList.HashListEnumerator._value [private] |
Definition at line 68 of file HashList.cs.
object Antlr.Runtime.Collections.HashList.HashListEnumerator.Key [get] |
Definition at line 95 of file HashList.cs.
object Antlr.Runtime.Collections.HashList.HashListEnumerator.Value [get] |
Definition at line 107 of file HashList.cs.
DictionaryEntry Antlr.Runtime.Collections.HashList.HashListEnumerator.Entry [get] |
Definition at line 119 of file HashList.cs.
object Antlr.Runtime.Collections.HashList.HashListEnumerator.Current [get] |
Definition at line 146 of file HashList.cs.
1.5.5