Exemplo n.º 1
0
 void IVisitable <IPipelineVisitor> .Accept(IPipelineVisitor visitor)
 {
     visitor.VisitComponent(this);
 }