[Solved] Can’t add a # sign to the name of an array in C#
[ad_1] You can’t, plain and simple. The ‘#’ character is reserved for preprocessor directives in C#. I also question the urgent need to name an array reference ‘F#’. 1 [ad_2] solved Can’t add a # sign to the name of an array in C#