Object Oriented Programming with D Language. Private access specifier.Summary.

Julio César Carrascal Urquijo jcarrascal at gmail.com
Fri Aug 22 05:24:08 PDT 2008


Hello Ary,

> Actually, "internal" is C# is a lot more than D's "private": the
> entire assembly may see the internal symbol. That's quite not private,
> for me. :-P
> 

And other assemblies referenced with the [assembly: InternalsVisibleTo()] 
attribute can see "internal" symbols.





More information about the Digitalmars-d mailing list