Witajcie, Chcę Wam gorąco polecić najlepszy wg mnie gyros we Wrocławiu. Jeżeli będziecie kiedyś we Wrocławiu i lubicie jeść gyrosa powinniście go spróbować. Mowa tu o lokalu Petra Gyros na Legnickiej 62c. Do gyrosa można wybrać frytki lub ryż lub kaszę. Dostępny jest też gyros na ostro, do normalnej wersji jest dodawany robiony przez restaurację sos. Poniżej zdjęcie dzisiejszego gyrosa na ostro z kaszą. Mapka, gdzie Petra Gyros się mieści. Wyświetl większą mapę
Hi I was wondering for some time about encapsulation in C#. Are internal class accessible only from the same assembly? Are private fields accessible only from inside class? Quoting the Microsoft website: "Private access is the least permissive access level. Private members are accessible only within the body of the class or the struct in which they are declared...." "Internal types or members are accessible only within files in the same assembly..." It looks like true. I believed it, but I decided to check it out. There is a possibility to read and modify private fields and create instances of internal classes when reflection is used. Reflection is the built-in mechanizm allowing to dynamically create instance of class or invoke methods. Unfortunately it allows access to private fields and much more... I wrote a simple example showing how powerful is reflection. Code is uploaded to github. GITHUB - PrivateFieldsInternalClass My soluti...
Jeszcze dobrze chłopaki z M$ nie skończyli Windows 7 a zaczęli już zajmować się Windows 8. Aktualnie robią SP1 dla Windows 7 / 2008R2 oraz Windows 8 . Jego aktualny build to 6.1.7755.0.winmain.100525-1800
Komentarze
Prześlij komentarz