C#: what does the 'friend' modifier do?

Posted by Craig Johnston on Stack Overflow See other posts from Stack Overflow or by Craig Johnston
Published on 2010-05-05T11:44:48Z Indexed on 2010/05/05 11:48 UTC
Read the original article Hit count: 249

Filed under:
|
|
|

What does the 'friend' modifier do in C#?

Why is it the default modifier for GUI components in Visual Studio?

© Stack Overflow or respective owner

Related posts about c#

Related posts about object-oriented