Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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
Classes, properties, methods, ling begining
gggsggsgg
FIBNOCHI
CODE
animal
DN2
sdgsdhsdhs
DataTables Left Join
sintildes
Interface IEnumerable