Exemple #1
0
 internal Resource(MonitorDictionary <T> container, T key)
 {
     this.container = container;
     this.Key       = key;
 }