Agregar valores a una matriz de C #
Probablemente uno muy simple esto - estoy empezando con C# y necesito agregar valores a una matriz, por ejemplo:
int[] terms;
for(int runs = 0; runs < 400; runs++)
{
terms[] = runs;
}
Para aquellos que han usado PHP, esto es lo que estoy tratando de hacer en C#:
$arr = array();
for ($i = 0; $i < 10; $i++) {
$arr[] = $i;
}
Warning: Undefined property: agent_blog_content::$date_asked in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 32
Warning: Undefined property: agent_blog_content::$count_answers in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 52