Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
partial
//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 { public void display(){ Console.WriteLine("Hello, i am in 1st partial class"); } } public partial class data { public void display1() { Console.WriteLine("Hello, i am in 2st partial class"); } } public class Program:data { public static void Main(string[] args) { data d=new data(); d.display(); d.display1(); //Your code goes here Console.WriteLine("Hello, world!"); } } }
run
|
edit
|
history
|
help
1
At home she tweets me like a king...
by cyter, 4 years ago
Please
log in
to post a comment.
tester of xpath
Консоль. Депозит
2015-2 matrix threads
MultiThreading and CancellationToken
condicional "?"
Sort the chars through LINQ
Jnl
Extension Methods (edited)
parsowanie daty
adxasxsd
At home she tweets me like a king...
by cyter, 4 years agoPlease log in to post a comment.