在C#中,可以使用下面的別名類:使用Alias = Class;泛型
using Str = System.String;
這可能與依賴於泛型類的,我已經嘗試過類似的做法,但它似乎沒有編制。
using IE<T> = System.Collections.Generic.IEnumerable<T>;
和
using IE = System.Collections.Generic.IEnumerable;
是在C#這甚至可能使用泛型?如果是這樣,我錯過了什麼?
也許http://stackoverflow.com/questions/3720222/using-statement-with-generics-using-iset-system-collections-generic-iset能幫忙嗎? – NWard