Commit Graph

4 Commits

Author SHA1 Message Date
Mordechai Zuber 44304ca70b use string per recommended style 2015-12-16 21:23:36 +02:00
Brendan Forster c600ce832c added tests to catch regression 2014-04-30 14:52:37 +08:00
Haacked 5430718c58 Add custom assert for readonly collection 2014-02-26 23:15:10 -08:00
Haacked 9eb14f3c51 Make readonly collections truly readonly
These methods actually returned mutable collections that happen
to implement the readonly interfaces. User could cast them to
the actual type and add things. I'd rather avoid even that
possibility by making these truly return readonly stuff.
2014-02-26 18:38:57 -08:00