[]
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
Name | Description |
---|---|
C1ThemeCollection() |
Name | Description |
---|---|
GetKeyForItem(C1Theme) | Gets the key for a specified theme. |
TryGetValue(string, out C1Theme) | Retrieves a theme by its name. |