Codecore Logo
Quick Search
»
Advanced Search »

Void

RSS
Used only as the return type for a method to specify that the method does not return a value.

void is not allowed in a method's parameter list.

An example method that takes no parameters and returns no value is declared as follows:

void MyMethod()
{
	// ...
}
About Codecore Technologies | Contact Us | Privacy Policy | Conditions Of Use

Copyright ©2012 Codecore Technologies, LLC, All rights reserved.