dotnet / dotnet/vblang

Chain call for subroutine method ?

Open
#530 38 comments 2 reactions 0 assignees View on GitHub
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.

![image](https://user-images.githubusercontent.com/7234852/79030413-03c06100-7bc3-11ea-94d0-258f8a945b48.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.