Hi all,
is there a way to use dynamic variables?
Compiler seems to dislike them…
Cheers.
Hi all,
is there a way to use dynamic variables?
Compiler seems to dislike them…
Cheers.
Dynamics and related features are not supported by the version of C# that NETMF requires.
@ mcalsyn - If dynamic is unavailable I will use ArrayList with different objects…