MixedCodeDocumentFragmentListMixedCodeDocumentFragmentEnumeratorMoveNext Method |
Advances the enumerator to the next element of the collection.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.1.0.0 (9.1.0.20241025)
Syntax Public Function MoveNext As Boolean
Return Value
Type:
Booleantrue if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Implements
IEnumeratorMoveNextSee Also