Does CLI have friend classes/functions

  • Thread starter Thread starter Micus
  • Start date Start date
M

Micus

Hello,

I've recently encountered scenario that a friend class would come in
handy for a WinForm. Does C++/CLI have anything equivalent to an unmanaged
C++ friend class or function?

TIA,
M
 
Micus said:
Hello,

I've recently encountered scenario that a friend class would come in
handy for a WinForm. Does C++/CLI have anything equivalent to an unmanaged
C++ friend class or function?

No. The closest you can get is the "internal" access.

Arnaud
MVP - VC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top