Variable dosent exist.
I have a bool that i declared in one class but the other classes i made cant detect it and it says that it dosent exist in the current context
7 Replies
$modifiers
Access Modifiers - C# Programming Guide - C#
All types and type members in C# have an accessibility level that controls whether they can be used from other code. Review this list of access modifiers.
Make them public
Also check is class static or not
Not static. Already Public
How do you try to access it ?
Please provide the code of what you are trying, what you are trying to explain and what we all grasping would be different, reading what you did will help us understand the context and issue much more faster