=> BCE0019 : 'Writeline' is not a member of 'System.Console'. Did you mean 'WriteLine' ?
The same suggestion would occur if there is a small typo as in Console.WriteLinne()
Description
Console.Writeline() (no uppercase L)
=> BCE0019 : 'Writeline' is not a member of 'System.Console'. Did you mean 'WriteLine' ?
The same suggestion would occur if there is a small typo as in Console.WriteLinne()