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