Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
conditional Debug
//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 #define DEBUG using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using System.Diagnostics; namespace Rextester { public class Program { public static void Main(String[] args) { Boolean debug = false; CheckForDebug(ref debug); Console.WriteLine("debug = " + debug); } [Conditional("DEBUG")] public static void CheckForDebug(ref Boolean debug) { debug = true; } } }
run
|
edit
|
history
|
help
0
Update 2D Array
list copy test
Generics basics
TestKlasse
latest Iequatable
vttrtbrbt
Vídeo01 - Main
C# practice
QuickSort
code1