Pergunta

Como posso obter uma referência com eficiência a uma string em um HashSet<string> Se eu sei que a string existe?

ou seja

hashSet.Contains(myString) == true
string stringRef = ???

Obrigado!

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top