Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Extension Method Sample
//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 class Program { public static void Main(string[] args) { //Your code goes here Console.WriteLine("Hello, world! ".ExtensionMethod("Oh, yeahh!")); } } public static class MyFirstExtension { public static string ExtensionMethod(this string original, string added) { return original + added; } } }
run
|
edit
|
history
|
help
2
Luhn Formula Demo C#
Intuit // C# // listing_4.10 (for..)
SpawnController
array print 2nd half first and 1 half later
Hex character codes
Get days from two dates
project euler 15, C#
count number of words in string
Area and Parameter of Circle
c# yamuk çizgi