名前 | 解説 | |
---|---|---|
Add | Adds a QueryParameter object 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から継承されます。 | |
FindByName | Returns C1.C1Preview.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 C1.C1Preview.NamedCollectionItem with specified name in the current C1.C1Preview.NamedCollection. C1.C1Preview.NamedCollectionから継承されます。 | |
RemoveAt | System.Collections.CollectionBaseから継承されます。 |