use 'private'. In C++/CLI, 'private' at the outer class level means 'private
to the project', which is what 'internal' means in C#. (and 'private' at the
inner class level has the same meaning as 'private' in C#).

Signature
David Anton
http://www.tangiblesoftwaresolutions.com
Convert between VB, C#, C++, and Java
Instant C#
Instant VB
Instant C++
C++ to C# Converter
C++ to VB Converter
C++ to Java Converter
> Hi All
>
[quoted text clipped - 19 lines]
> Thanks and Regards,
> Subodh
Subodh - 31 Aug 2007 19:37 GMT
On Aug 31, 7:28 pm, David Anton <DavidAn...@discussions.microsoft.com>
wrote:
> use 'private'. In C++/CLI, 'private' at the outer class level means 'private
> to the project', which is what 'internal' means in C#. (and 'private' at the
[quoted text clipped - 32 lines]
> > Thanks and Regards,
> > Subodh
Thanks David