Beispiel #1
0
 // Pool経由で作成する
 public void Create(T value)
 {
     handle = GCHandlePool.Create(value);
 }