Example #1
0
 internal AttributeCollection(HtmlTagContext tagContext)
 {
     this.tagContext = tagContext;
 }
Example #2
0
                internal Enumerator(HtmlTagContext tagContext)
                {
                    this.tagContext = tagContext;

                    this.attributeIndexAndCookie = ComposeIndexAndCookie(this.tagContext.cookie, -1);
                }
Example #3
0
 // Token: 0x0600147E RID: 5246 RVA: 0x00092851 File Offset: 0x00090A51
 void IEnumerator.Reset()
 {
     this.attributeIndexAndCookie = HtmlTagContext.ComposeIndexAndCookie(this.tagContext.cookie, -1);
 }