[Solved] Can’t add a # sign to the name of an array in C#
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 solved Can’t add a # sign to the name of an array in C#