예제 #1
0
파일: Index.cs 프로젝트: LGTMCU/clang-sharp
 public void Dispose()
 {
     Interop.clang_disposeIndex(Native);
     GC.SuppressFinalize(this);
 }