system.void

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

system.void cannot be used from c# -- use typeof(void) to get the void type object
 
?

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com

charles said:
system.void cannot be used from c# -- use typeof(void) to get the void
type object
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top