Accept() public method

public Accept ( ICiTypeVisitor v ) : CiType
v ICiTypeVisitor
return CiType
Example #1
0
 CiType Resolve(CiType type)
 {
     return type.Accept(this);
 }