I have List
made with the following code:
List<frase> frases = new List<frase>();
According to documentation of System.Collections.Generic
my code is right. But for some reason C # is not finding List
, what am I doing wrong?