Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
yarirey
CommandForce2
reverse linked list
Captcha
Programmes
DijkstraAlgo
Hzzz
Math 11.0 Finished fracOp
an attempt at making a usable code thing
defalt branch name
Please log in to post a comment.