Generic using alias
Why can't I do this:
using Hashtable<TKey, TValue> = System.Collections.Generics.Dictionary<TKey, TValue>;
I can do it if I specify the generic parameters, but not while keeping the generic parameters free.
Why can't I do this:
I can do it if I specify the generic parameters, but not while keeping the generic parameters free.
Comments
No comments posted yet.