This method is called to see if we have reached the end of the enumerated list. Returns true if so.
| [Visual Basic .NET] |
|---|
Public Function AtEnd() As Boolean |
| [C#] |
|---|
public bool AtEnd(); |
| [Managed C++] |
|---|
public: bool AtEnd(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public bool atEnd(); |






