Advances the enumerator to the next element of the collection.
Namespace: Com.Tibco.As.Space.BrowserAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract bool MoveNext()
Public MustOverride Function MoveNext As Boolean
public:
virtual bool MoveNext() abstract
abstract MoveNext : unit -> bool
Return Value
Type:
Boolean
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Implements
IEnumeratorMoveNext
Exceptions
See Also