Anthony D. Green
Anthony D. Green
Hey @Kraeven, Thanks for making this request. We've started work on porting some of the shared rules to VB. Expect to hear more from us on VB style in the...
No , because the only type obj could have would have to be a union type, which we don't have in VB/C# yet. And even then to interact with it...
I thought more on it, I think nearest common ancestor would be very complicated implementation wise and in that case it's enough to explicit type obj as the nearest common...
See the section "Are the variables immutable?". I think it answers your questions.
@johnnliu, IntelliSense doesn't get confused so long as the compiler doesn't. It just asks the compiler for its understanding of the identifier under the cursor and displays the result. Sometimes...
That is dominant type.
@esentio _Pattern matching_ is a general term that can mean different things. What I've referred to in the past as "Type Case": ``` VB.NET Select Case obj Case t As...
Is this... using the full-width keywords of legend?
"brief" lol. Is that a crack about how long my blog posts are?
@zspitz we already support a limited form of intersection types in a generic method or the because the constraints are all intersected. I've thought a lot about how useful this...