コード例 #1
0
 /// <summary>
 /// Release all the unmanaged memory associated with the graph
 /// </summary>
 protected override void DisposeObject()
 {
     if (IntPtr.Zero != _ptr)
     {
         TfInvoke.tfeDeleteGraph(ref _ptr);
     }
 }