method scoping

  1. Neal

    Question Why can I access a class scoped as INTERNAL from another assembly?

    Hello, I'm not sure if this is a Mono bug (MonoTouch 4.0.0 with MonoDevelop 2.4.2) but I have a class library and in that class library I have a class named "Logger" which is used to write error data to a file. I have this class scoped as INTERNAL. From my main app I have the using statement...
Back
Top Bottom