Can't access System.Environment.SpecialFolder at Xamarin.Form project -


xamarin.android , xamarin.ios works type following namespace, looks both project contains system reference

 system.environment.specialfolder 

however, shared project display error that, specialfolder not exist @ system.enviroment.

system.environment.specialfolder 

i want use system.environment.specialfolder project too, bug? or xamarin doing in purpose?

thanks.


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -