Why does the C# compiler remove a chain of method calls when the last one is conditional? – stackoverflow.com

Consider the following classes: public class A { public B GetB() { Console.WriteLine("GetB"); return new B(); } } public class B { ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

Artikel Terkait

0 Comment to "Why does the C# compiler remove a chain of method calls when the last one is conditional? – stackoverflow.com"