Пример #1
0
 public virtual void Dispose()
 {
     BeforeDestruct();
     impl.Destruct(Native);
     Native.Dispose();
     AfterDestruct();
 }