Closed Animeshz closed 3 years ago
Seems like there's incorrect ending pattern for extending/implementing the class/interface.
public interface TestI<out E> : Collection<E> { public class TestC<out E> : Collection<E> { public object TestO<out E> : Collection<E> {
Seems like there's incorrect ending pattern for extending/implementing the class/interface.