Ejemplo n.º 1
0
 public override bool Contains(HtmlAttribute x)
 {
     lock (this._root)
         return(_collection.Contains(x));
 }
Ejemplo n.º 2
0
 public override bool Contains(HtmlAttribute x)
 {
     return(_collection.Contains(x));
 }