How i can create hidden methods in C#
?
For sample:
The class library should only include methods in the release that are publicly available to read a file. In the debug or developer build there should also exist methods and classes to write these files.
How can I define in a release build that some methods are not compiled?