Accept() public method

public Accept ( ICiTypeVisitor v ) : CiType
v ICiTypeVisitor
return CiType
Exemplo n.º 1
0
 CiType Resolve(CiType type)
 {
     return type.Accept(this);
 }