コード例 #1
0
 internal void Free()
 {
     Pool.Free(this);
 }
コード例 #2
0
 internal void Free()
 {
     GCHandle.Free();
     Pool.Free(this);
 }