예제 #1
0
 public void Dispose()
 {
     Interop.clang_disposeTranslationUnit(Native);
     GC.SuppressFinalize(this);
 }