sharpbrowser / SharpBrowser

A full featured web-browser built using C# and CefSharp
MIT License
881 stars 386 forks source link

BrowserTabStrip.cs line 382 error #45

Closed serhiy1994 closed 2 years ago

serhiy1994 commented 3 years ago

In the BrowserTabStrip.cs file on the 382nd line the CLR returns an error: "the _ doesn't exist in the current context". How to fix it?

vamsiikrishnaak commented 3 years ago

_ indicates that the variable is a discard. (https://docs.microsoft.com/en-us/dotnet/csharp/fundamentals/functional/discards)

Which version of .Net Framework are you using?

serhiy1994 commented 3 years ago

Which version of .Net Framework are you using?

4.6.

robinrodricks commented 2 years ago

I am not getting any compile errors using VS 2019 as of present.