Fixed Error in Code (Variable name) (#24168)
This commit is contained in:
@ -9,7 +9,7 @@ The `return` statement terminates execution of a method inside which it appears
|
|||||||
If the `return` statement is inside a `try` block and if there is a `finally` block, then the control is passed to the `finally` block, after which it is returned to the calling method.
|
If the `return` statement is inside a `try` block and if there is a `finally` block, then the control is passed to the `finally` block, after which it is returned to the calling method.
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
```
|
```csharp
|
||||||
class Calc
|
class Calc
|
||||||
{
|
{
|
||||||
static int Sum(int i, int j)
|
static int Sum(int i, int j)
|
||||||
|
Reference in New Issue
Block a user