Skip to content

Qual é a diferença entre instanciar uma lista no construtor e na declaração #24

Discussion options

You must be logged in to vote

Boa noite, @marianohexsel, como vai?

Não há diferença alguma. Inclusive no C# 10 podemos inferir os tipos e encurtar esta instância.

public List<Tag> Tags { get; set; } = new();

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by andrebaltieri
Comment options

You must be logged in to vote
1 reply
@andrebaltieri
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants