Open AldeRoberge opened 4 years ago
There is a line that says
public Init(IBar bar, Qux qux)
I think it's missing the 'void' keyword and it should be
public void Init(IBar bar, Qux qux)
In README.md
There is a line that says
public Init(IBar bar, Qux qux)
I think it's missing the 'void' keyword and it should be
public void Init(IBar bar, Qux qux)
In README.md