If I have a class: ``` public class RepositoryBase<TEntity> where TEntity : EntityBase { ... } ``` is it possible to make the [GenerateAutomaticInterface] attribute take the generic TEntity into account?
If I have a class:
is it possible to make the [GenerateAutomaticInterface] attribute take the generic TEntity into account?