Data types: void
Represents 'no data'.
Type syntax
void
Description
The type name void is used exclusively in declarations of methods to indicate, that the affected method will never return a value.
Data types: void
Represents 'no data'.
Type syntax
void
Description
The type name void is used exclusively in declarations of methods to indicate, that the affected method will never return a value.