Click here to Skip to main content
15,881,413 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Function Graph Pin
erdinc3527-Dec-13 4:52
erdinc3527-Dec-13 4:52 
GeneralRe: C# Function Graph Pin
Richard MacCutchan27-Dec-13 4:57
mveRichard MacCutchan27-Dec-13 4:57 
Questionordered list as in python Pin
gianfrancoguzzo27-Dec-13 3:17
gianfrancoguzzo27-Dec-13 3:17 
AnswerRe: ordered list as in python Pin
Richard MacCutchan27-Dec-13 3:39
mveRichard MacCutchan27-Dec-13 3:39 
GeneralRe: ordered list as in python Pin
gianfrancoguzzo27-Dec-13 4:18
gianfrancoguzzo27-Dec-13 4:18 
AnswerRe: ordered list as in python Pin
Nicholas Marty27-Dec-13 3:40
professionalNicholas Marty27-Dec-13 3:40 
GeneralRe: ordered list as in python Pin
gianfrancoguzzo27-Dec-13 3:46
gianfrancoguzzo27-Dec-13 3:46 
GeneralRe: ordered list as in python Pin
Nicholas Marty27-Dec-13 3:50
professionalNicholas Marty27-Dec-13 3:50 
In the SortedDictionary sorting is made on the key. And you can't have the same key multiple times in the same dictionary.

Note that for both the SortedDictionary and the SortedList the object on which the sorting should happen has to implement the IComparable Interface or you need to assign an IComparer Implementation that takes care of the sorting for you.
GeneralRe: ordered list as in python Pin
gianfrancoguzzo27-Dec-13 4:08
gianfrancoguzzo27-Dec-13 4:08 
GeneralRe: ordered list as in python Pin
Nicholas Marty27-Dec-13 4:11
professionalNicholas Marty27-Dec-13 4:11 
GeneralMessage Closed Pin
27-Dec-13 4:01
gianfrancoguzzo27-Dec-13 4:01 
GeneralRe: ordered list as in python Pin
Nicholas Marty27-Dec-13 4:06
professionalNicholas Marty27-Dec-13 4:06 
GeneralRe: ordered list as in python Pin
gianfrancoguzzo27-Dec-13 4:10
gianfrancoguzzo27-Dec-13 4:10 
AnswerRe: ordered list as in python Pin
gianfrancoguzzo27-Dec-13 3:43
gianfrancoguzzo27-Dec-13 3:43 
GeneralRe: ordered list as in python Pin
BillWoodruff27-Dec-13 13:02
professionalBillWoodruff27-Dec-13 13:02 
AnswerRe: ordered list as in python Pin
BillWoodruff27-Dec-13 4:04
professionalBillWoodruff27-Dec-13 4:04 
GeneralRe: ordered list as in python Pin
gianfrancoguzzo27-Dec-13 4:17
gianfrancoguzzo27-Dec-13 4:17 
GeneralRe: ordered list as in python Pin
BillWoodruff27-Dec-13 11:32
professionalBillWoodruff27-Dec-13 11:32 
GeneralRe: ordered list as in python Pin
gianfrancoguzzo27-Dec-13 15:06
gianfrancoguzzo27-Dec-13 15:06 
GeneralRe: ordered list as in python Pin
gianfrancoguzzo29-Dec-13 2:00
gianfrancoguzzo29-Dec-13 2:00 
QuestionConsole.WriteLine properties of something Pin
Dick Lasy27-Dec-13 2:06
Dick Lasy27-Dec-13 2:06 
AnswerRe: Console.WriteLine properties of something Pin
Richard MacCutchan27-Dec-13 3:38
mveRichard MacCutchan27-Dec-13 3:38 
AnswerRe: Console.WriteLine properties of something Pin
BillWoodruff27-Dec-13 3:39
professionalBillWoodruff27-Dec-13 3:39 
AnswerRe: Console.WriteLine properties of something Pin
Vinay Jade27-Dec-13 4:39
professionalVinay Jade27-Dec-13 4:39 
GeneralRe: Console.WriteLine properties of something Pin
Dick Lasy27-Dec-13 4:49
Dick Lasy27-Dec-13 4:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.