名前 | 解説 | |
---|---|---|
Add | オーバーロードされます。 Creates an Expression specified by its text, and adds it to the current collection. | |
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から継承されます。 | |
GetEnumerator | System.Collections.CollectionBaseから継承されます。 | |
IndexOf | Searches for the specified Object and returns the zero-based index of the first occurrence within the entire collection. C1.C1Preview.OwnedCollectionBaseから継承されます。 | |
RemoveAt | System.Collections.CollectionBaseから継承されます。 |