Exemplo n.º 1
0
 public ArrayTypeWrapper(CppSharp.AST.Type rawType)
 {
     this.rawType = rawType;
     type = rawType as CppSharp.AST.ArrayType;
 }
Exemplo n.º 2
0
 public ArrayTypeWrapper(CppSharp.AST.Type rawType)
 {
     this.rawType = rawType;
     type         = rawType as CppSharp.AST.ArrayType;
 }