CS
C# Return Values
In the previous page, we used the void keyword in all examples, which indicates that the method should not return a value.
CS
In the previous page, we used the void keyword in all examples, which indicates that the method should not return a value.