“C Lista nítida de strings” Respostas de código

C Lista nítida de strings

// Create a list of strings using 'new List<string>{}'
List<string> stringList = new List<string>{"string1", "string2"};
SkelliBoi

Lista de string c#

// This will create a new list called 'nameOfList':
var nameOfList = new List<string> 
{
  "value1",
  "value2",
  "value3"
};
Hello There

Lista C#

list<string,string
Bright Booby

Respostas semelhantes a “C Lista nítida de strings”

Perguntas semelhantes a “C Lista nítida de strings”

Mais respostas relacionadas para “C Lista nítida de strings” em C#

Procure respostas de código populares por idioma

Procurar outros idiomas de código