Chain call for subroutine method ?
Open
- Dominant language
- No language data
- Stars
- 328
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
```vb
Console.WriteLine("Test")("Chain")("Call")
```
Equally to...
```vb
Console.WriteLine("Test")
Console.WriteLine("Chain")
Console.WriteLine("Call")
```
This is what's I test in .net core current version.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.