Click here to Skip to main content
15,919,434 members

Comments by kDiana (Top 3 by date)

kDiana 16-May-14 6:03am View    
I know it seem strange, that I try to find something that is not allowed, but it will help to understand generics background more better than I do now.
I can explain you why you can't use static class as Generic class parameter - Why do we use generics? Because we want to combine similar functionality for different types. And what is static class? It is unique data set. You can't find similar static classes which differ only by inner used type(by generic parameter). That is why you can't use it as generic class parameter. And we have the same situation with pointers.
kDiana 16-May-14 2:24am View    
Question is not related to Generic class parameter constraints.
kDiana 16-May-14 1:25am View    
Sergey Alexandrovich, I've looked through whole c# documentation, googled a lot but can't found anything proper. If you could provide my question answer in MSDN I'd be very thankful to you.