コード例 #1
0
 internal Microsoft.Cci.ITypeReference Translate(TypeSymbol typeSymbol)
 {
     return((Microsoft.Cci.ITypeReference)typeSymbol.Accept(this, false));
 }
コード例 #2
0
 internal Microsoft.Cci.ITypeReference Translate(TypeSymbol typeSymbol)
 {
     return (Microsoft.Cci.ITypeReference)typeSymbol.Accept(this, false);
 }
コード例 #3
0
 public TypeSymbol Retarget(TypeSymbol symbol, RetargetOptions options)
 {
     return((TypeSymbol)symbol.Accept(this, options));
 }