Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Generics Pin
Christian Graus26-Feb-08 15:34
protectorChristian Graus26-Feb-08 15:34 
GeneralRe: C# Generics Pin
Jammer27-Feb-08 3:09
Jammer27-Feb-08 3:09 
GeneralRe: C# Generics Pin
Jammer27-Feb-08 9:27
Jammer27-Feb-08 9:27 
GeneralRe: C# Generics Pin
Christian Graus26-Feb-08 12:42
protectorChristian Graus26-Feb-08 12:42 
GeneralRe: C# Generics Pin
Jammer26-Feb-08 12:49
Jammer26-Feb-08 12:49 
GeneralRe: C# Generics Pin
pmarfleet26-Feb-08 10:33
pmarfleet26-Feb-08 10:33 
GeneralRe: C# Generics Pin
Jammer26-Feb-08 10:52
Jammer26-Feb-08 10:52 
GeneralRe: C# Generics Pin
Christian Graus26-Feb-08 11:24
protectorChristian Graus26-Feb-08 11:24 
If you store your data in a class, then you can build dictionarys that map keys to class instances, and they will be references to the same class instances in your main list. If you had a numeric value to search, so there could be more than one result, you could do a dictionary mapping int to list of myClass.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: C# Generics Pin
Jammer26-Feb-08 11:29
Jammer26-Feb-08 11:29 
GeneralRe: C# Generics Pin
Christian Graus26-Feb-08 12:44
protectorChristian Graus26-Feb-08 12:44 
GeneralRe: C# Generics Pin
Jammer26-Feb-08 12:52
Jammer26-Feb-08 12:52 
GeneralRe: C# Generics Pin
led mike26-Feb-08 11:29
led mike26-Feb-08 11:29 
GeneralRe: C# Generics Pin
Mark Churchill26-Feb-08 11:07
Mark Churchill26-Feb-08 11:07 
GeneralRe: C# Generics Pin
Jammer26-Feb-08 11:10
Jammer26-Feb-08 11:10 
GeneralRe: C# Generics Pin
Mark Churchill26-Feb-08 11:13
Mark Churchill26-Feb-08 11:13 
GeneralRe: C# Generics Pin
Jammer26-Feb-08 11:18
Jammer26-Feb-08 11:18 
GeneralMouse hook performace / separate thread Pin
Stevo Z26-Feb-08 10:24
Stevo Z26-Feb-08 10:24 
GeneralRe: Mouse hook performace / separate thread Pin
led mike26-Feb-08 10:46
led mike26-Feb-08 10:46 
GeneralRe: Mouse hook performace / separate thread Pin
Stevo Z26-Feb-08 11:17
Stevo Z26-Feb-08 11:17 
GeneralRe: Mouse hook performace / separate thread Pin
led mike26-Feb-08 11:21
led mike26-Feb-08 11:21 
GeneralRe: Mouse hook performace / separate thread Pin
Stevo Z26-Feb-08 11:29
Stevo Z26-Feb-08 11:29 
GeneralRe: Mouse hook performace / separate thread Pin
led mike26-Feb-08 11:37
led mike26-Feb-08 11:37 
GeneralRe: Mouse hook performace / separate thread Pin
Stevo Z26-Feb-08 11:48
Stevo Z26-Feb-08 11:48 
GeneralRe: Mouse hook performace / separate thread Pin
led mike26-Feb-08 11:55
led mike26-Feb-08 11:55 
GeneralRe: Mouse hook performace / separate thread Pin
Stevo Z26-Feb-08 12:01
Stevo Z26-Feb-08 12:01 

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.