MonobjcMonobjc Documented Class Library
MoveNext Method
NamespacesMonobjc.FoundationNSEnumeratorMoveNext()()()()
Advances the enumerator to the next element of the collection.
Declaration Syntax
C#Visual BasicVisual C++
public bool MoveNext()
Public Function MoveNext As Boolean
public:
virtual bool MoveNext() sealed
Return Value
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe collection was modified after the enumerator was created.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)