| MixedCodeDocumentFragmentList Methods | 
The MixedCodeDocumentFragmentList type exposes the following members.
| 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.
              |