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

ShowVars() public static méthode

Shows all the variables defined so far.
public static ShowVars ( ) : void
Résultat void
        public static void ShowVars()
        {
            Output.Write (Evaluator.GetVars ());
            Output.Flush ();
        }