예제 #1
0
 public Type GetArgumentType(uint i)
 {
     return(new Type(Interop.clang_getArgType(Native, i)));
 }