Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Expression Tree - Demo1
//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; using System.Linq.Expressions; namespace Rextester { public class Program { public static void Main(string[] args) { Expression<Func<int, int, int>> lambda = (num1,num2) => num1 + num2; var fn = lambda.Compile(); var result = fn(1,2); Console.WriteLine(result); } } }
run
|
edit
|
history
|
help
0
Test LINQ Anagrafica
Intuit // C# // listing_4.4 (StreamReader // output.txt + Convert/Parse)
Volatile madness
CommandForce2
Armstrong
número poderoso
printing * in pyramid shape
12 და 14 მარტს დამუშავებული
Hello World
Operator operates. Op!