monoにはC#のreplがあるってんで入れてみました。どうして肝心のVSにはないんでしょうね。馬鹿なの死ぬの? mono自体はyumで入れようと思いましたが途中でコケたので、ソースから入れました。(windowsでも) CsharpRepl - Mono ShowUsing();でusingされている名前空間を、ShowVars();でREPLの環境内にある変数を表示しれくれます。quit;で終了。 Mono C# Shell, type "help;" for help Enter statements below. csharp> ShowUsing(); using System; using System.Linq; using System.Collections.Generic; using System.Collections; csharp> var a = Enumer