示例#1
0
 void PopObject(object obj)
 {
     MiniSet.Pop(ref _recursion, obj);
 }
示例#2
0
 void PopObject(object obj)
 {
     _recursion.Pop(obj);
 }