System.Xml.Xsl.Xslt.Stylesheet.Stylesheet C# (CSharp) Method

Stylesheet() public method

public Stylesheet ( Compiler compiler, int importPrecedence ) : System.Collections.Generic
compiler Compiler
importPrecedence int
return System.Collections.Generic
        public Stylesheet(Compiler compiler, int importPrecedence) {
            this.compiler         = compiler;
            this.importPrecedence = importPrecedence;

            WhitespaceRules[0] = new List<WhitespaceRule>();
            WhitespaceRules[1] = new List<WhitespaceRule>();
            WhitespaceRules[2] = new List<WhitespaceRule>();
        }