Ejemplo n.º 1
0
 private static BasicTypeWithSymbols CreateNestedInterfaceWithSymbols(INestedInterfaceWithSymbols @interface)
 {
     return(new NestedInterfaceWithSymbols(@interface));
 }
Ejemplo n.º 2
0
 public NestedInterfaceWithSymbols(INestedInterfaceWithSymbols @interface)
     : base(@interface)
 {
     this.@interface = @interface;
 }
Ejemplo n.º 3
0
 public void VisitNestedInterface(INestedInterfaceWithSymbols node)
 {
     visitor.VisitNestedInterface(new NestedInterfaceWithSymbols(node));
 }