C1.C1Preview Namespace : RenderFragmentCollection Class |
For a list of all members of this type, see RenderFragmentCollection members.
Name | Description | |
---|---|---|
AssignFrom | Clears the current collection, and copies the items from another one. The items are copied by cloning, and must support the System.ICloneable interface (if an item that does not support is encountered, an exception occurs). (Inherited from C1.C1Preview.OwnedCollectionBase) | |
Clear | (Inherited from System.Collections.CollectionBase) | |
Exchange | Swap two items in collection. (Inherited from C1.C1Preview.OwnedCollectionBase) | |
FindByObject | Overloaded. Searches for a RenderFragment in the current collection that was produced by a specific RenderObject. | |
FindByObjectId | Searches for a RenderFragment in the current collection that was produced by a RenderObject with the specified RenderObject.Id. | |
FindByObjectName | Searches for a RenderFragment in the current collection that was produced by a RenderObject with the specified RenderObject.Name. | |
GetEnumerator | (Inherited from System.Collections.CollectionBase) | |
IndexOf | Overloaded. Gets the index of a RenderFragment in the current collection. | |
Insert | Inserts a RenderFragment into the current collection at a specified index. | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |