- Home /
Question by
Detinator10 · Aug 23, 2014 at 09:54 PM ·
variableprotected
How to batch-change access to variables?
Is there anyway in C# to change all variables to protected except for ones that are specificly declared as public? I want my class to inherit but I don't want to change all the variables to protected.
Comment
Your answer
Follow this Question
Related Questions
Is protected variables protected in hierarchy ? 2 Answers
Move value to 0 in 1.5 seconds 3 Answers
Reading variable from other script 1 Answer
Variable References in C# from JS 1 Answer