Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Func Delegate
//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
static, private, public constructor in C#
GetMyAppintmentData
Permutations of string
ASCII table generator
pass-len-to-predicate-modified
Prime Fibonacci
trees with reverse polish notation
D111
Comp4.1
simultQ