I'd like to use Mono.Options-PCL inside a library, but don't want to make it available publicly. It would be nice to define something like MONO_OPTIONS_INTERNAL and all those public classes/delegates/enumerations would become internal instead of public.
I'd like to use Mono.Options-PCL inside a library, but don't want to make it available publicly. It would be nice to define something like MONO_OPTIONS_INTERNAL and all those public classes/delegates/enumerations would become internal instead of public.