readonly access to generic collections.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to have a read - only generic List, Dictionar etc in .NET
Framework 2.0 (something like the ArrayList.Readonly() method), or do I have
to make a wrapper myself?
 
Back
Top