Click or drag to resize

MixedCodeDocumentFragmentListMixedCodeDocumentFragmentEnumerator Class

Represents a fragment enumerator.
Inheritance Hierarchy
SystemObject
  WorkflowGen.My.HtmlAgilityPackMixedCodeDocumentFragmentListMixedCodeDocumentFragmentEnumerator

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public class MixedCodeDocumentFragmentEnumerator : IEnumerator

The MixedCodeDocumentFragmentListMixedCodeDocumentFragmentEnumerator type exposes the following members.

Properties
  NameDescription
Public propertyCurrent
Gets the current element in the collection.
Top
Methods
  NameDescription
Public methodMoveNext
Advances the enumerator to the next element of the collection.
Public methodReset
Sets the enumerator to its initial position, which is before the first element in the collection.
Top
See Also