示例#1
0
 public void Dispose()
 {
     _ts = null;
 }
示例#2
0
 public ChangeableDictionaryEnumerator(ChangeableDictionary <T> ts)
 {
     _ts = ts;
 }