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
Project Euler Problem 11
D13
Collection_ basic datastructure brushup
knapsack
asxasxd
Gestion de stock
(Sort)Rounding Magic - C#
Selected Poetry of Rumi doy/poem#
Liczba powtórzająca
Order of Ops 6.0 (Added Easy and Medium)