Description
This method is used for iteration through the collection of the ObjMethod
objects to which the given iterator provides access. Next
moves the ObjMethodIterator
object to the next ObjMethod
object in order to retrieve it. To determine if the next object exists, use the ObjMethodIterator.Next
method.
Declaration
ObjMethodIteratorObj.Next()
ObjMethodIteratorObj | An expression, variable or parameter that specifies a reference to an ObjMethodIterator object | |||
Result | An ObjMethod object |
Applies To
The method is applied to the following object:
Result Value
The ObjMethod
object which provides information about the object’s method.