login
|
about
|
faq
Questions
Tags
Users
Badges
Unanswered
Ask Question
Tagged Questions
stats
newest
featured
hot
votes
active
10
votes
6
answers
411 views
(this == null) in C#!
Due to a bug that was fixed in C# 4, the following program prints true. (Try it in LINQPad) void Main() { new Derived(); } class Base { public Base(Func<string> valueMaker) { …
modified
Nov 9 at 14:54
SLaks
12.3k
●
8
●
26
compiler-bug
c#
visual-studio-2010-beta-2
1
questions tagged
compiler-bug
Related Tags
c#
visual-studio-2010-beta-2
Stack Overflow works best with JavaScript enabled