Пример #1
0
 public IType AcceptVisitor(TypeVisitor visitor)
 {
     return(visitor.VisitTypeDefinition(this));
 }