Example #1
0
 public ArrayType(VariableType elementType)
     : base(VariableTypeTag.ADDRESS)
 {
     ElementType = elementType;
 }