private delegate, and scope

  • Thread starter Thread starter DaTurk
  • Start date Start date
DaTurk said:
Hi,

if I declare a delegate as private, within a namespace, what's the
scope?

According to the docs, private for non-members means inaccessible outside
the assembly, therefore it's similar to C# "internal".
 

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