[]
        
(Showing Draft Content)

C1.Win.Themes.C1ThemeCollection

C1ThemeCollection Class

Represents a collection of C1Theme objects, keyed by their names.

Inheritance
C1ThemeCollection
Namespace: C1.Win.Themes
Assembly: C1.Win.Themes.10.dll
Syntax
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

Constructors

Name Description
C1ThemeCollection()

Methods

Name Description
GetKeyForItem(C1Theme)

Gets the key for a specified theme.

TryGetValue(string, out C1Theme)

Retrieves a theme by its name.