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
cssText
stringThe CSS text containing the rules that will be in this list
parent
objectThe parent rule or parent stylesheet
replacedStrings
IList<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.
readOnly
boolTrue if this instance is readonly
origin
CssStyleSheetTypeThe type of CssStyleSheet