void
- Last UpdatedApr 24, 2024
- 1 minute read
This topic is about the void type.
Description
Void can be used as the return type of a method to specify that it doesn't return a value.
This topic is about the void type.
Void can be used as the return type of a method to specify that it doesn't return a value.