Click here to Skip to main content
15,904,500 members
Home / Discussions / C#
   

C#

 
GeneralRe: Wokring now, atttempts: from interop to BinaryFormatter to DataContractSerializer - still need to see MyAccount[] Pin
1eyhk123-Aug-10 21:58
1eyhk123-Aug-10 21:58 
Questionhow to combine audio file with video file Pin
yftah198917-Aug-10 9:56
yftah198917-Aug-10 9:56 
AnswerRe: how to combine audio file with video file Pin
Ravi Bhavnani17-Aug-10 10:38
professionalRavi Bhavnani17-Aug-10 10:38 
QuestionGPS Location Pin
Bravegee17-Aug-10 6:48
Bravegee17-Aug-10 6:48 
AnswerRe: GPS Location Pin
OriginalGriff17-Aug-10 8:16
mveOriginalGriff17-Aug-10 8:16 
GeneralRe: GPS Location Pin
Eduard Keilholz17-Aug-10 21:34
Eduard Keilholz17-Aug-10 21:34 
GeneralRe: GPS Location Pin
Bravegees18-Aug-10 0:03
Bravegees18-Aug-10 0:03 
GeneralRe: GPS Location Pin
Bravegees18-Aug-10 0:05
Bravegees18-Aug-10 0:05 
QuestionAnonymous delegates Pin
RugbyLeague17-Aug-10 4:41
RugbyLeague17-Aug-10 4:41 
AnswerRe: Anonymous delegates Pin
OriginalGriff17-Aug-10 4:53
mveOriginalGriff17-Aug-10 4:53 
GeneralRe: Anonymous delegates Pin
RugbyLeague17-Aug-10 4:57
RugbyLeague17-Aug-10 4:57 
GeneralRe: Anonymous delegates Pin
OriginalGriff17-Aug-10 5:00
mveOriginalGriff17-Aug-10 5:00 
GeneralRe: Anonymous delegates Pin
RugbyLeague17-Aug-10 5:04
RugbyLeague17-Aug-10 5:04 
GeneralRe: Anonymous delegates Pin
OriginalGriff17-Aug-10 6:20
mveOriginalGriff17-Aug-10 6:20 
JokeRe: Anonymous delegates Pin
Not Active17-Aug-10 6:30
mentorNot Active17-Aug-10 6:30 
GeneralRe: Anonymous delegates Pin
Yusuf17-Aug-10 13:09
Yusuf17-Aug-10 13:09 
GeneralRe: Anonymous delegates Pin
RugbyLeague17-Aug-10 12:17
RugbyLeague17-Aug-10 12:17 
AnswerRe: Anonymous delegates Pin
AspDotNetDev17-Aug-10 12:57
protectorAspDotNetDev17-Aug-10 12:57 
I don't have my compiler open, but that should work. The lambda type will get the delegate type inferred by the compiler and will get assigned as a delegate instance to DoStuff. "bar" will then be captured and then assigned null. Not sure what you're trying to accomplish, but that code should run fine without any compilation errors or runtime errors.

GeneralRe: Anonymous delegates Pin
RugbyLeague17-Aug-10 21:31
RugbyLeague17-Aug-10 21:31 
QuestionRebinding DGV Combobox Column. C#.Net 2008, Framework 3.5. Pin
priyamtheone17-Aug-10 2:52
priyamtheone17-Aug-10 2:52 
QuestionSql server Login details Pin
ksss_maheshece17-Aug-10 1:15
ksss_maheshece17-Aug-10 1:15 
AnswerRe: Sql server Login details Pin
Not Active17-Aug-10 2:07
mentorNot Active17-Aug-10 2:07 
GeneralRe: Sql server Login details Pin
ksss_maheshece17-Aug-10 2:15
ksss_maheshece17-Aug-10 2:15 
GeneralRe: Sql server Login details Pin
Not Active17-Aug-10 2:26
mentorNot Active17-Aug-10 2:26 
GeneralRe: Sql server Login details Pin
Dave Kreskowiak17-Aug-10 3:45
mveDave Kreskowiak17-Aug-10 3:45 

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.