Esempio n. 1
0
 public override bool HasAttribute(string name)
 {
     lock (this.SyncRoot)
     {
         return(_so.HasAttribute(name));
     }
 }