Can C# generics have a specific base type? June 4, 2023 by Tarik public interface IGenericFace<T> where T : SomeBaseClass