Class ThemeRules
Inheritance
System.Object
ThemeRules
Namespace: PnP.Framework.Utilities.Themes.Generator
Assembly: PnP.Framework.dll
Syntax
public class ThemeRules : object, IThemeRules
Properties
Item[String]
Declaration
public IThemeSlotRule this[string key] { get; set; }
Parameters
|
System.String
key
|
Property Value
|
IThemeSlotRule
|
Implements
Methods
GetEnumerator()
Declaration
public IEnumerator<String> GetEnumerator()
Returns
|
IEnumerator<String>
|