Nemerle Documentation

HashtableEnumerator Members

HashtableEnumerator overview

Public Instance Constructors

HashtableEnumerator Constructor

Public Instance Properties

Current Returns the current key/value pair
Entry Returns the current key/value pair
Key Returns the current key
Value Returns the current value

Public Instance Methods

Equals (inherited from Object)  
GetHashCode (inherited from Object)  
GetType (inherited from Object)  
MoveNext Moves the enumerator to the next key/value pair
Reset Resets the enumerator to its initial position
ToString (inherited from Object)  

Protected Instance Methods

Finalize (inherited from Object)  
MemberwiseClone (inherited from Object)  

See Also

HashtableEnumerator Class | Nemerle.Collections Namespace