ISchedulerColorSchemaCollection<T> Methods
A base interface which defines a generic collection of color schemas.
Name | Description |
---|---|
Add |
Adds a color schema to the collection. |
Get |
Returns an enumerator that iterates through the collection.
Inherited from IEnumerable |
Get |
Get a color schema by its number or create a new schema based on the specified color value. |
Get |
Provides access to a color schema by its index. |
Has |
Gets whether the schema collection contains only items created by default. |
Load |
Clears all items and creates default content. |
Remove |
Removes an item with the specified index. |
See Also