I though a nested class could access the parent classes properties and what not, then how come this doesn't work?
VB Code:
Public Class A Public foo As String = "baz" Public Class B Public Sub B() foo = "bar" End Sub End Class End Class
http://dotgnu.info/pipermail/develop...st/003835.html
I could have swore I had done this before.




Reply With Quote