Mono.CSharp.InteractiveBase.ShowUsing C# (CSharp) Method

ShowUsing() public static method

Displays the using statements in effect at this point.
public static ShowUsing ( ) : void
return void
        public static void ShowUsing()
        {
            Output.Write (Evaluator.GetUsing ());
            Output.Flush ();
        }