Constructor CssRuleList
- Namespace
- SharpVectors.Dom.Css
- Assembly
- SharpVectors.Css.dll
CssRuleList(ref string, object, IList<string>, bool, CssStyleSheetType)
Constructor for CssRuleList
public CssRuleList(ref string cssText, object parent, IList<string> replacedStrings, bool readOnly, CssStyleSheetType origin)
Parameters
cssTextstringThe CSS text containing the rules that will be in this list
parentobjectThe parent rule or parent stylesheet
replacedStringsIList<string>An array of strings that have been replaced in the string used for matching. These needs to be put back use the DereplaceStrings method.
readOnlyboolTrue if this instance is readonly
originCssStyleSheetTypeThe type of CssStyleSheet