Dour High Arch

Resultados 1 preguntas formuladas por Dour High Arch

Es fácil obtener el valor de una clave de un diccionario genérico .NET: Dictionary<int, string> greek = new Dictionary<int, string>(); greek.Add(1, "Alpha"); greek.Add(2, "Beta"); string secondGreek = greek[2]; // Beta