Esempio n. 1
0
 internal void Reset()
 {
     minor = 0;
     major = 0;
 }
Esempio n. 2
0
 internal HtmlTagParts(HtmlToken.TagPartMajor major, HtmlToken.TagPartMinor minor)
 {
     this.minor = minor;
     this.major = major;
 }
Esempio n. 3
0
        // Orphaned WPL code.
#if false
        internal void Reset()
        {
            this.minor = 0;
            this.major = 0;
        }