vb.net - With statement not working -


why doesn't work?

module module1  sub main()     system.console 'error bc30691: 'console' type in 'system' , cannot used expression.         .writeline("here text!")         .readkey(true)     end end sub  end module 

writeline , readkey shared methods, not have instance use with

you need instantiate variable in order use with


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -