internal Microsoft.Cci.IReference Translate(Symbol symbol)
 {
     return symbol.Accept(this, false);
 }
Exemplo n.º 2
0
 internal Microsoft.Cci.IReference Translate(Symbol symbol)
 {
     return(symbol.Accept(this, false));
 }