friend (n)~ A person someone has established a mutual connection with.…
페이지 정보
본문
friend (n)~ A person someone has established a mutual connection with. The connection could have been made on Windows Live or in any connected social networking service. friend assembly (n)~ An assembly that can access another assembly’s internal types and members. Ordinarily types and members with internal scope (in C#) and friend scope (in Visual Basic) are visible only in the assembly in which they are defined. In the .NET Framework you can make the types and members visible to additional (friend) assemblies by using the InternalsVisibleToAttribute attribute.