Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
Please
log in
to post a comment.
hay
іфи
Simplified palindrome test using stack
quick sort
Split IPs to 8 and 16
C# Dictionary with Enum Keys And Values
Planet-D ver. 0.5
Using System.Reflection to find Property Name and Value of any Generic Class
Convert integer into bit string
Binary Search Recursive
Please log in to post a comment.