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
Full text search using Linqdb
Linked Lists
Game Dev Challenge #1
Int number to String Array
Problem: binary
Pascal Tringle
asxasxscdf
Heap sort
HRGFCSFCA S
Ejercicio 1 clase 8 feb