testing internal classes


/ Published in: C#
Save to your folder(s)



Copy this code and paste it in your HTML
  1. using System;
  2. using System.IO;
  3. using System.Runtime.CompilerServices;
  4.  
  5. [assembly: InternalsVisibleTo("Friend1, PublicKey=002400000480000094" +
  6. "0000000602000000240000525341310004000" +
  7. "001000100bf8c25fcd44838d87e245ab35bf7" +
  8. "3ba2615707feea295709559b3de903fb95a93" +
  9. "3d2729967c3184a97d7b84c7547cd87e435b5" +
  10. "6bdf8621bcb62b59c00c88bd83aa62c4fcdd4" +
  11. "712da72eec2533dc00f8529c3a0bbb4103282" +
  12. "f0d894d5f34e9f0103c473dce9f4b457a5dee" +
  13. "fd8f920d8681ed6dfcb0a81e96bd9b176525a" +
  14. "26e0b3")]

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.