예제 #1
0
 public void Visit(AST.FieldTypes.Utf8String s)
 {
     // TODO
     // I'm not really sure how to handle this yet
     throw new NotImplementedException();
 }
예제 #2
0
파일: Visitor.cs 프로젝트: bgrevelt/biPage
 public void Visit(AST.FieldTypes.Utf8String s)
 {
 }