コード例 #1
0
 public override INamedTypeSymbol GetCurrentType(CodeContext codeContext, string knownType)
 {
     return(VisualBasic.GetCurrentType(codeContext, knownType));
 }