Click or drag to resize

MixedCodeDocumentFragmentList Methods

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
See Also