TIBCO EMS .NET API 8.4
TIBCO EMS .NET API 8.4
TIBCO.EMS.Message.EmptyEnum Class Reference

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...
 

Detailed Description

Represents an empty enumerator

Messages with this body type contain a single value, which is a string.

Constructor & Destructor Documentation

TIBCO.EMS.Message.EmptyEnum.EmptyEnum ( )
inline

Construct an empty enumerator

Member Function Documentation

bool TIBCO.EMS.Message.EmptyEnum.MoveNext ( )
inline

Advances the enumerator to the next element of the collection.

Implements IEnumerator.MoveNext. MoveNext() always returns false.

Returns
False

Property Documentation

Object TIBCO.EMS.Message.EmptyEnum.Current
get

Implements IEnumerator.Current.

Trying to get the current object in enumerator will throw an InvalidOperationException.

Exceptions
InvalidOperationExceptionWhen the property is called.

summary>Reset the enumerator.

Implements IEnumerator.Reset. Reset() does nothing since the enumerator is empty.


Copyright © TIBCO Software Inc. All rights reserved.