Beispiel #1
0
 public virtual void Clear()
 {
     lock (this.syncRoot)
     {
         Sources.Clear();
         OwnedSources.Clear();
     }
 }