Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Action<> usage example
//Title of this code //Rextester.Program.Main is the entry point for your code. Don't change it. using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { Program.Doer(() => { Console.WriteLine("Hi"); }); } public static void Doer(Action a) { a(); } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
rekenmachine in c#
DecimalToStringConversion
Project Euler Problem 11
HMS abstract
2. Basic types: List
Returning object as parameter (pre-example without overloading)
patient portal
Using Events/Delegates to Subscribe To A Service - Emails
Order of Ops 4.2
Sum
Please log in to post a comment.