コード例 #1
0
 public void VisitInterface(IInterfaceWithSymbols node)
 {
     visitor.VisitInterface(new InterfaceWithSymbols(node));
 }
コード例 #2
0
 private static BasicTypeWithSymbols CreateInterfaceWithSymbols(IInterfaceWithSymbols @interface)
 {
     return(new InterfaceWithSymbols(@interface));
 }
コード例 #3
0
 public InterfaceWithSymbols(IInterfaceWithSymbols @interface)
     : base(@interface)
 {
     this.@interface = @interface;
 }