Click here to Skip to main content
15,903,523 members

Comments by xlg (Top 1 by date)

xlg 31-Jan-11 12:00pm View    
Deleted
You should add this attribute in AssemblyInfo.cs as its scope is the assembly (you need to write it once).
Very usefull when you write unit tests and don't want to open private members in order to test them.
@Indivara: no it's not as powerfull as c++ friend because it does not give access to private members (only internal or public)