A Sandcastle Documented Class Library |
MixedCodeDocumentFragmentList Members |
MixedCodeDocumentFragmentList Class Methods Properties See Also Send Feedback |
The MixedCodeDocumentFragmentList type exposes the following members.
Methods
Name | Description | |
---|---|---|
Append |
Appends a fragment to the list of fragments.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator |
Gets an enumerator that can iterate through the fragment list.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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.
| |
ToString | (Inherited from Object.) |
Properties
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.
|