Opened 14 years ago
#1205 new enhancement
Collections should cache the according ReadOnlyCollection
Reported by: | mkommend | Owned by: | swagner |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.x Backlog |
Component: | Collections | Version: | 3.3.0 |
Keywords: | Cc: |
Description
Every time Collection.AsReadOnly is called a new instance of the ReadOnlyCollection is instantiated. This is likely to create memory leaks and should be corrected.
Note: See
TracTickets for help on using
tickets.