Class CSSParserQualifiedRule
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[Value("CSSParserQualifiedRule")]
public class CSSParserQualifiedRule : CSSParserRule
- Inheritance
-
CSSParserQualifiedRule
- Inherited Members
Constructors
CSSParserQualifiedRule()
public CSSParserQualifiedRule()
CSSParserQualifiedRule(List<Union6>, List<CSSParserRule>?)
public CSSParserQualifiedRule(List<Union6> prelude, List<CSSParserRule>? body = null)
Parameters
preludeList<Union6>bodyList<CSSParserRule>
Properties
Body
[Value("body")]
public CSSParserRule[] Body { get; }
Property Value
Prelude
[Value("prelude")]
public CSSParserValue[] Prelude { get; }