Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | Related Pages

SetEnumerator Class Reference

Makes foreach possible. More...

List of all members.

Public Member Functions

 SetEnumerator (Hashtable hashtable)
bool MoveNext ()

Properties

object Current

Private Attributes

IDictionaryEnumerator _enumerator


Detailed Description

Makes foreach possible.

See also:
Set::GetEnumerator()


Constructor & Destructor Documentation

SetEnumerator::SetEnumerator Hashtable  hashtable  )  [inline]
 


Member Function Documentation

bool SetEnumerator::MoveNext  )  [inline]
 


Member Data Documentation

IDictionaryEnumerator SetEnumerator::_enumerator [private]
 


Property Documentation

object SetEnumerator::Current [get]
 


The documentation for this class was generated from the following file: SourceForge.net Logo