blah blah blah is here! blah blah » Close

1
votes
2 answers

C# overloads

foamy
2499

Hi all, I'm trying to make some overloads of some of my methods in my "toolbox" library. I have a method called ProcCheck that I want to be able to use with these overloads: [code] public static bool ProcCheck(string proces ...

0
votes
1 answers

C# thread parameters

I’ve posted this question on a couple forums. Any threading guru among us know the answer? So I have a method that gets a Dictionary of List<myObj>, then cycles through the keys of the dictionary and passes each List<myObj> ...

Feedback