名前 | 解説 | |
---|---|---|
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). C1.C1Preview.OwnedCollectionBaseから継承されます。 | |
Clear | System.Collections.CollectionBaseから継承されます。 | |
Exchange | Swap two items in collection. C1.C1Preview.OwnedCollectionBaseから継承されます。 | |
FindByObject | オーバーロードされます。 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 | System.Collections.CollectionBaseから継承されます。 | |
IndexOf | オーバーロードされます。 Gets the index of a RenderFragment in the current collection. | |
Insert | Inserts a RenderFragment into the current collection at a specified index. | |
RemoveAt | System.Collections.CollectionBaseから継承されます。 |