Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C# Question 26 #256

Closed
JonOrcutt opened this issue Aug 7, 2020 · 1 comment · Fixed by #257
Closed

C# Question 26 #256

JonOrcutt opened this issue Aug 7, 2020 · 1 comment · Fixed by #257
Assignees
Labels
good first issue Good for newcomers

Comments

@JonOrcutt
Copy link
Contributor

JonOrcutt commented Aug 7, 2020

C# question 26 syntax is wrong for all answers likely because of HTML escaping. System.Collections.Generic.List requires List where T is a Type name.

Answer would be:

var contacts = new List<string>();

image

@github-actions
Copy link

github-actions bot commented Aug 7, 2020

Hello @JonOrcutt , thank you for submitting an issue!

@Ebazhanov Ebazhanov added the good first issue Good for newcomers label Aug 7, 2020
@Ebazhanov Ebazhanov linked a pull request Aug 8, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants