MixedCodeDocumentFragmentList Class | 
Namespace: WorkflowGen.My.HtmlAgilityPack
The MixedCodeDocumentFragmentList type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | 
            Gets the number of fragments contained in the list.
              | |
| Doc | 
             Gets the Document
              | |
| Item | 
            Gets a fragment from the list using its index.
              | 
| Name | Description | |
|---|---|---|
| Append | 
            Appends a fragment to the list of fragments.
              | |
| GetEnumerator | 
            Gets an enumerator that can iterate through the fragment list.
              | |
| Prepend | 
            Prepends a fragment to the list of fragments.
              | |
| Remove | 
            Remove a fragment from the list of fragments. If this fragment was not in the list, an exception will be raised.
              | |
| RemoveAll | 
            Remove all fragments from the list.
              | |
| RemoveAt | 
            Remove a fragment from the list of fragments, using its index in the list.
              |