Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Delegaty Func
//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 { public class Program { static Func<int,int,int> MyDelegate; public static void Main(string[] args) { MyDelegate = (x,y) => x*y; int a = MyDelegate(10,50); Console.WriteLine(a); } } }
run
|
edit
|
history
|
help
0
005
Decrypt Encrypt
30272 Program Ex3
Use ConcurrentQueue and ConcurrentDictionary with TPL (Simple example)
EX8 Loop_For_While
Main Math
Decimal Test2
hay
project euler 18
Tree Node Sample