ExtensionMethod.NET Home of 840 C#, Visual Basic, F# and Javascript extension methods
Identity function
public static T Id<T>(this T value) { return value; }
Console.WriteLine("Hello word".Id());
Author: Anderson Vieira
Submitted on: 9 jun 2015
Language: C#
Type: T
Views: 2987