名前 | 解説 | |
---|---|---|
Add | Adds a new custom object to the collection. If the item already exists in the collection, its index is returned. C1.Schedule.BaseCollection<Label>から継承されます。 | |
AddRange | オーバーロードされます。 Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items. C1.Schedule.BaseCollection<Label>から継承されます。 | |
Clear | System.Collections.ObjectModel.Collection<TItem>から継承されます。 | |
Contains | オーバーロードされます。 Check if collection contains an item with specified index. C1.Schedule.BaseCollection<Label>から継承されます。 | |
CopyTo | System.Collections.ObjectModel.Collection<TItem>から継承されます。 | |
IndexOf | System.Collections.ObjectModel.Collection<TItem>から継承されます。 | |
Insert | System.Collections.ObjectModel.Collection<TItem>から継承されます。 | |
LoadDefaults | Restores the collection to its default state. | |
RefreshDefaults | Refreshes default values honoring current culture settings. | |
Remove | オーバーロードされます。 System.Collections.ObjectModel.KeyedCollection<TKey,TItem>から継承されます。 | |
RemoveAt | System.Collections.ObjectModel.Collection<TItem>から継承されます。 |