コード例 #1
0
 internal void Reset()
 {
     minor = 0;
     major = 0;
 }
コード例 #2
0
 internal HtmlTagParts(HtmlToken.TagPartMajor major, HtmlToken.TagPartMinor minor)
 {
     this.minor = minor;
     this.major = major;
 }
コード例 #3
0
ファイル: HtmlTagParts.cs プロジェクト: tinytian/Schubert
        // Orphaned WPL code.
#if false
        internal void Reset()
        {
            this.minor = 0;
            this.major = 0;
        }