I have dictionary Dictionary<string, Point>
the Key is c1,c3,c2,t1,,t4,t2 I want to sort them to be c1,c2,c3,t1,t2,t3
I'm trying to sort it using
Input.OrderBy(key => key.Key );
but it doesn't work
any idea how to solve that
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…