CODIUM Programming Language (CPL) CodiumSDK CPL CSSRule
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
Class for create css Rules
C# |
public class CSSRule : System.Object |
Constructores
Nombre | Descripción | |
---|---|---|
CSSRule(selector, comment) | Constructor |
CSSRule(selector, comment)
Constructor
C# |
public CSSRule(System.String selector, System.String comment); |
Parámetros
Nombre | Tipo | Descripción |
---|---|---|
selector | System.String | Optional Selector |
comment | System.String | Comment |