array doesnt exist in the current context csharp code example
Example: array doesnt exist in the current context csharp
As multiple people in the comments suggested, you are probably missing a using directive.
More specifically using System;.
As multiple people in the comments suggested, you are probably missing a using directive.
More specifically using System;.