Exemple #1
0
 public SerializedType VisitFile(Core.Pascal.File file)
 {
     return(new PrimitiveType_v1
     {
         Domain = Domain.Pointer,
         ByteSize = 4,
     });
 }
Exemple #2
0
 public Constant VisitFile(Core.Pascal.File file)
 {
     throw new NotImplementedException();
 }