Added "More Information" Section (#30483)
This commit is contained in:
@ -24,3 +24,6 @@ int a = 3;
|
|||||||
int b = 454;
|
int b = 454;
|
||||||
string result = $"{a}+{b} = {a+b}";
|
string result = $"{a}+{b} = {a+b}";
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### More Information
|
||||||
|
* [Microsoft Docs](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/tokens/interpolated)
|
||||||
|
Reference in New Issue
Block a user