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.
|
Property Value
Implements
Methods
GetEnumerator()
Declaration
public IEnumerator<String> GetEnumerator()
Returns
IEnumerator<String>
|