Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Lambda Expression
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { delegate void del(int i); public class Program { public static void Main(string[] args) { myDelegate(6); } static del myDelegate = n => Console.WriteLine("{0} * 2 = {1}", n, n*2); public static void myMethod(int i) { } } }
run
|
edit
|
history
|
help
0
problem
Game v1.0.1
Math 11.0 Finished fracOp
Sample
Chandramouli
badsql_match
fracOp
congtodien
Abstract class by Derived class reference example
Use Lock Keyword