frank-fs / taliesin

OWIN routing middleware using F# Agents
Apache License 2.0
9 stars 3 forks source link

ResourceManager should not inherit Dictionary, just implement Item member #5

Open panesofglass opened 10 years ago

panesofglass commented 10 years ago

See http://msdn.microsoft.com/en-us/library/dd233202.aspx Inheriting Dictionary is overkill for what is needed. Resource should also implement the Item member. See #4.