Raymond Chen

Results 2 comments of Raymond Chen
trafficstars

I interpreted the rule to mean more generally "Do not pollute shared namespaces (such as the global namespace)." Importing names into private namespaces is fine (that's why they're private), but...

As noted in the documentation, the collection must be mutable. But your indexer is read-only. > (Note that `IReadOnlyDictionary` and `IMapView` do not support the indexer syntax.)