public void Dispose() { if (this.native != IntPtr.Zero) { LibIGraph.DisposeStringFormat(this.native); this.native = IntPtr.Zero; GC.SuppressFinalize(this); } }