AsyncDolls.StringExtensions.Output C# (CSharp) Méthode

Output() public static méthode

public static Output ( this value ) : void
value this
Résultat void
        public static void Output(this string value)
        {
            Console.WriteLine(DateTime.Now.ToString("hh:mm:ss:fff") + ": " + value);
        }
    }
StringExtensions