Exemplo n.º 1
0
 public SerializedType VisitStringType(Core.Pascal.StringType strType)
 {
     return(new StringType_v2
     {
         CharType = PrimitiveType_v1.Char8(),
         Termination = StringType_v2.MsbTermination,
     });
 }
Exemplo n.º 2
0
 public Constant VisitStringType(Core.Pascal.StringType strType)
 {
     throw new NotImplementedException();
 }