C# Programming/Keywords/return
Appearance
The return
keyword is used to return execution from a method or from a property accessor. If the method or property accessor has a return type, the return
keyword is followed by the value to return.
C# Keywords | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Special C# Identifiers (Contextual Keywords) | |||||||||||||||
| |||||||||||||||
Contextual Keywords (Used in Queries) | |||||||||||||||
|