TIBCO EMS .NET API 8.4
TIBCO EMS .NET API 8.4
|
Represents an empty enumerator More...
Inherits IEnumerator.
Public Member Functions | |
EmptyEnum () | |
Construct an empty enumerator More... | |
bool | MoveNext () |
Advances the enumerator to the next element of the collection. More... | |
Properties | |
Object | Current [get] |
Implements IEnumerator.Current. More... | |
Represents an empty enumerator
Messages with this body type contain a single value, which is a string.
|
inline |
Construct an empty enumerator
|
inline |
Advances the enumerator to the next element of the collection.
Implements IEnumerator.MoveNext. MoveNext() always returns false.
|
get |
Implements IEnumerator.Current.
Trying to get the current object in enumerator will throw an InvalidOperationException
.
InvalidOperationException | When the property is called. |
summary>Reset the enumerator.
Implements IEnumerator.Reset. Reset() does nothing since the enumerator is empty.