Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
partial method
//Title of this code //Rextester.Program.Main is the entry point for your code. Don't change it. using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public partial class data { partial void display(); } public partial class data { partial void display() { Console.WriteLine("Hello, i am in 2st partial class"); } } public class Program:data { public static void Main(string[] args) { data.display(); //Your code goes here Console.WriteLine("Hello, world!"); } } }
run
|
edit
|
history
|
help
0
Fórum ➡ Get all combinations for ▶different◀ Id's ( GroupBy version ) ♦
Trading
true or false
Compiler
30272 Example1
line 1 syntax error
clientdata.cs
Jump Search
Fixing Broken Lines
Factorial using Recursion