Class MixedCodeDocumentFragmentList.MixedCodeDocumentFragmentEnumerator
- Namespace
- HtmlAgilityPack
- Assembly
- HtmlAgilityPack.dll
Represents a fragment enumerator.
public class MixedCodeDocumentFragmentList.MixedCodeDocumentFragmentEnumerator : IEnumerator
- Inheritance
-
MixedCodeDocumentFragmentList.MixedCodeDocumentFragmentEnumerator
- Implements
- Inherited Members
Properties
Current
Gets the current element in the collection.
public MixedCodeDocumentFragment Current { get; }
Property Value
Methods
MoveNext()
Advances the enumerator to the next element of the collection.
public bool MoveNext()
Returns
- bool
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Reset()
Sets the enumerator to its initial position, which is before the first element in the collection.
public void Reset()