The FragmentCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add()()()() |
Add a fragment to this collection.
| |
| Add(Fragment) |
Add an existing fragment to this collection.
| |
| AddRange(array<Fragment>[]()[][]) |
Adds the elements of an array of fragments to the end of this collection.
| |
| AddRange(FragmentCollection) |
Adds the elements of a FragmentCollection to the end of this collection.
| |
| Clear |
Removes all fragments from this collection.
| |
| Clone |
Clones a FragmentCollection.
| |
| Compose |
Implement this method in a derived class to generate content
dynamically.
| |
| Contains |
Determine whether an Fragment is in the FragmentCollection.
| |
| 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 |
Implements strong typed IEnumerable<T>.GetEnumerator.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf |
Searches for the specified Fragment in the FragmentCollection.
| |
| Insert |
Insert an Fragment on a specific place in this FragmentCollection.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read from XML reader.
(Inherited from Object.) | |
| Remove |
Removes an Fragment from this FragmentCollection.
| |
| RemoveAt |
Removes an Fragment from the FragmentCollection at the specified index.
| |
| ToString | (Inherited from Object.) |