コード例 #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)
 {
 }