1 // Compiler options: -r:gtest-friend-02-lib.dll -keyfile:InternalsVisibleTest2.snk
8 FriendClass fc
= new FriendClass ();
10 // We should be able to access them
11 int a
= FriendClass
.StaticFriendProperty
;
12 int b
= fc
.InstanceFriendProperty
;