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