示例#1
0
 public void Free()
 {
     this.Clear();
     _pool?.Free(this);
 }
示例#2
0
 public void Free()
 {
     Reset();
     _pool?.Free(this);
 }