Is it possible to use variable variables or something similar in C # as in PHP for example?
$example = "etc..";
$var = "example";
// variáveis variáveis
echo $$var; // etc...
echo ${$var}; // etc...
If it is not possible, why? The typing,...
asked by
03.12.2017 / 10:15