有一个字符串集合,比如List<string> a=new List<string>{b,a,c,-.....}
现在要进行排序,比如升序之后{-,a,c....}
有什么好的方法,不要用compareto因为好像排序完成后特殊符号在字母的后面