Exemplo n.º 1
0
 public string GetMappedSourceContent(int index)
 {
     return(LibClang.clang_CompileCommand_getMappedSourceContent(Handle, (uint)index).Unwrap());
 }
Exemplo n.º 2
0
 /// <summary>
 /// Get Mapped Source Content
 /// </summary>
 /// <param name="i">Index</param>
 /// <returns>Mapped Source Content</returns>
 public string GetMappedSourceContent(int i)
 {
     return(LibClang.clang_CompileCommand_getMappedSourceContent(this.Handle, (uint)i).ToManaged());
 }