views:

18

answers:

1

Hi,

Short question: can VB.NET operator AddressOf return Nothing in any case?

+2  A: 

Not really, you always have to give the reference of a valid method in an AddressOf statement, or you'll have a compiler error.

Joachim VR
That's what I thought but it was one of those moments when one need to hear something from someone else to make sure ;)
brovar