Format:
Recent snippets matching tags of Tasks
#region Helpers static void LoopWork(Action work, int count) { if (count < 0) return; for (int i = 0; i < count; i++) work(); } static void TimeWork(Action work, string workTitle) {
262 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
