[TIBCO.EMS .NET client library 7.0 documentation]

Advances the enumerator to the next element of the collection.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public bool MoveNext()
Public Function MoveNext As Boolean
public:
virtual bool MoveNext() sealed

Return Value

False

Implements

IEnumerator..::.MoveNext()()()

Remarks

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

See Also