In new versions of MATLAB, I can do dynamic field like
userdata.('user name').electroc ardiogram = 4,
where 'username' can be replaced by any string variable. This made my
software design much neater. Does anybody know if C# support that? If so,
what's the syntax?
Thanks in advance.
Cheers,
Hoi
userdata.('user name').electroc ardiogram = 4,
where 'username' can be replaced by any string variable. This made my
software design much neater. Does anybody know if C# support that? If so,
what's the syntax?
Thanks in advance.
Cheers,
Hoi
Comment