Click or drag to resize
MixedCodeDocumentFragmentList Class
Represents a list of mixed code fragments.
Inheritance Hierarchy
SystemObject
  WorkflowGen.My.HtmlAgilityPackMixedCodeDocumentFragmentList

Namespace: WorkflowGen.My.HtmlAgilityPack
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public class MixedCodeDocumentFragmentList : IEnumerable

The MixedCodeDocumentFragmentList type exposes the following members.

Methods
  NameDescription
Public methodAppend
Appends a fragment to the list of fragments.
Public methodGetEnumerator
Gets an enumerator that can iterate through the fragment list.
Public methodPrepend
Prepends a fragment to the list of fragments.
Public methodRemove
Remove a fragment from the list of fragments. If this fragment was not in the list, an exception will be raised.
Public methodRemoveAll
Remove all fragments from the list.
Public methodRemoveAt
Remove a fragment from the list of fragments, using its index in the list.
Top
Properties
  NameDescription
Public propertyCount
Gets the number of fragments contained in the list.
Public propertyDoc
Gets the Document
Public propertyItem
Gets a fragment from the list using its index.
Top
See Also