Example #1
0
 public void Dispose()
 {
     if (this.native != null)
     {
         LibIGraph.DisposeRegion(this.native);
         this.native = IntPtr.Zero;
         GC.SuppressFinalize(this);
     }
 }