vb.net.net-2.0address-operator

VB.NET - AddressOf returns Nothing?


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


Solution

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