Yacoub Massad

Results 13 comments of Yacoub Massad

@roydukkey , I am not sure I understand. Can you elaborate? Is B a concrete type?

@jnm2 , Thanks. I see now why this is not possible. what about this: ``` public class GenericClass { [SomeAttribute(typeof(T)] public void DoSomething(T input) { } } public class SomeAttribute...