名前 | 解説 | |
---|---|---|
Add | Adds a new value interval to the collection. | |
AddRange | Adds the elements of an array to the end of the collection. | |
Clear | System.Collections.CollectionBaseから継承されます。 | |
Contains | Returns True if the collection contains the specific value interval, False otherwise. | |
CopyTo | Copies elements of the collection to an array starting at a particular array index. | |
IndexOf | Determines the index of a specific value interval in the collection, return -1 if this item not found. | |
Insert | Inserts a new value interval to the collection at the specified position. | |
Remove | Removes a specific value interval from the collection. | |
RemoveAt | System.Collections.CollectionBaseから継承されます。 |