Esempio n. 1
0
 public override void Dispose()
 {
     BeforeDestruct();
     impl.Destruct(Native);
     Native.Dispose();
     AfterDestruct();
 }