[]
Represents a collection of C1Theme objects, keyed by their names.
public class C1ThemeCollection : KeyedCollection<string, C1Theme>, IList<C1Theme>, ICollection<C1Theme>, IList, ICollection, IReadOnlyList<C1Theme>, IReadOnlyCollection<C1Theme>, IEnumerable<C1Theme>, IEnumerable
Public Class C1ThemeCollection
Inherits KeyedCollection(Of String, C1Theme)
Implements IList(Of C1Theme), ICollection(Of C1Theme), IList, ICollection, IReadOnlyList(Of C1Theme), IReadOnlyCollection(Of C1Theme), IEnumerable(Of C1Theme), IEnumerable
| Name | Description |
|---|---|
| C1ThemeCollection() |
| Name | Description |
|---|---|
| GetKeyForItem(C1Theme) | Gets the key for a specified theme. |
| TryGetValue(string, out C1Theme) | Retrieves a theme by its name. |