Mono.CSharp.InteractiveBase.ShowUsing C# (CSharp) Méthode

ShowUsing() public static méthode

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