Added "More Information" Section (#30483)

This commit is contained in:
Kaan
2019-04-15 13:21:22 +03:00
committed by The Coding Aviator
parent 9e84d610ec
commit 4969e85853

View File

@ -24,3 +24,6 @@ int a = 3;
int b = 454;
string result = $"{a}+{b} = {a+b}";
```
### More Information
* [Microsoft Docs](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/tokens/interpolated)