VB.NET - AddressOf returns Nothing?

277 Views Asked by At

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

1

There are 1 best solutions below

1
On BEST ANSWER

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