名前 | 解説 | |
---|---|---|
Add | Adds an item to the current dictionary. | |
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から継承されます。 | |
FindByName | Returns NamedCollectionItem with specified name. C1.C1Preview.NamedCollectionから継承されます。 | |
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から継承されます。 | |
IndexOfName | Returns the 0-based index of a NamedCollectionItem with specified name in the current NamedCollection. C1.C1Preview.NamedCollectionから継承されます。 | |
Remove | Removes an item from the current dictionary. | |
RemoveAt | System.Collections.CollectionBaseから継承されます。 |