Click here to Skip to main content
15,896,606 members
Home / Discussions / C#
   

C#

 
AnswerRe: .xml documentation Pin
DavidNohejl19-Jul-07 11:33
DavidNohejl19-Jul-07 11:33 
GeneralRe: .xml documentation Pin
Guffa19-Jul-07 11:33
Guffa19-Jul-07 11:33 
AnswerRe: .xml documentation Pin
Luc Pattyn19-Jul-07 11:34
sitebuilderLuc Pattyn19-Jul-07 11:34 
AnswerRe: .xml documentation Pin
Rudolf Jan20-Jul-07 7:18
Rudolf Jan20-Jul-07 7:18 
QuestionResource Pin
mehrdadc4819-Jul-07 11:05
mehrdadc4819-Jul-07 11:05 
AnswerRe: Resource Pin
Christian Graus19-Jul-07 15:35
protectorChristian Graus19-Jul-07 15:35 
QuestionAdding EventHandler Pin
mmfranke19-Jul-07 10:24
mmfranke19-Jul-07 10:24 
AnswerRe: Adding EventHandler Pin
MidwestLimey19-Jul-07 11:08
professionalMidwestLimey19-Jul-07 11:08 
In the first case the compiler type checks that Bar.OnSomeEvent has the same delegate type as SomeEvent and inserts the Delegate.Combine call with the inferred delegate type.
In the second, you're doing part of the compilers work yourself by explicitly telling it the delegate type.
The msil code for both will be identical.



I'm largely language agnostic

After a while they all bug me D'Oh! | :doh:


GeneralRe: Adding EventHandler Pin
mmfranke19-Jul-07 11:15
mmfranke19-Jul-07 11:15 
GeneralRe: Adding EventHandler Pin
MidwestLimey19-Jul-07 11:16
professionalMidwestLimey19-Jul-07 11:16 
GeneralRe: Adding EventHandler Pin
Luc Pattyn19-Jul-07 11:38
sitebuilderLuc Pattyn19-Jul-07 11:38 
QuestionHow do applications get permission to create keys hkey_classes_root? Pin
Sepharo19-Jul-07 9:58
Sepharo19-Jul-07 9:58 
QuestionCreating Tools > Options window Pin
student_rhr19-Jul-07 9:47
student_rhr19-Jul-07 9:47 
AnswerRe: Creating Tools > Options window Pin
Paul Conrad19-Jul-07 10:41
professionalPaul Conrad19-Jul-07 10:41 
AnswerRe: Creating Tools > Options window Pin
BoneSoft19-Jul-07 10:45
BoneSoft19-Jul-07 10:45 
GeneralRe: Creating Tools > Options window Pin
student_rhr20-Jul-07 3:16
student_rhr20-Jul-07 3:16 
GeneralRe: Creating Tools > Options window Pin
BoneSoft20-Jul-07 3:42
BoneSoft20-Jul-07 3:42 
QuestionHow Search Engine Works Pin
monafr8119-Jul-07 9:14
monafr8119-Jul-07 9:14 
JokeRe: How Search Engine Works Pin
BoneSoft19-Jul-07 9:17
BoneSoft19-Jul-07 9:17 
GeneralRe: How Search Engine Works Pin
Paul Conrad19-Jul-07 9:21
professionalPaul Conrad19-Jul-07 9:21 
GeneralRe: How Search Engine Works Pin
BoneSoft19-Jul-07 10:35
BoneSoft19-Jul-07 10:35 
GeneralRe: How Search Engine Works Pin
Paul Conrad19-Jul-07 10:39
professionalPaul Conrad19-Jul-07 10:39 
GeneralRe: How Search Engine Works Pin
BoneSoft19-Jul-07 10:51
BoneSoft19-Jul-07 10:51 
JokeRe: How Search Engine Works Pin
Luc Pattyn19-Jul-07 9:22
sitebuilderLuc Pattyn19-Jul-07 9:22 
GeneralRe: How Search Engine Works Pin
monafr8119-Jul-07 9:26
monafr8119-Jul-07 9:26 

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.