Exemplo n.º 1
0
 internal new void Reset()
 {
     partMajor       = PropertyListPartMajor.None;
     partMinor       = PropertyListPartMinor.Empty;
     propertyHead    = (propertyTail = 0);
     currentProperty = -1;
     selectorHead    = (selectorTail = 0);
     currentSelector = -1;
 }
Exemplo n.º 2
0
        internal new void Reset()
        {
            this.partMajor = CssToken.PropertyListPartMajor.None;
            this.partMinor = CssToken.PropertyListPartMinor.Empty;

            this.propertyHead    = this.propertyTail = 0;
            this.currentProperty = -1;

            this.selectorHead    = this.selectorTail = 0;
            this.currentSelector = -1;
        }