Thursday, September 14, 2017

In a C# console app, Console.Write may be handed into an Action of string to log to the console in code beyond the Main method in the Program class.

Your deeper mechanics, deferred to in other files, may just take an Action<string> at their method signatures to accomodate this.

No comments:

Post a Comment