c# return generic type code example Example: c# generic return type in interface public interface IExample { int GetInteger(); T GetAnything<T>(); }