Skip to content
Riaan Hanekom edited this page Mar 10, 2013 · 3 revisions

Curve - Dictionary with twists

A curve is a dictionary like structure implemented with an IList http://msdn.microsoft.com/en-us/library/system.collections.ilist.aspx interface instead. Rather than KeyvaluePair this structure uses Association for added flexibility. Another benefit that this structure can be XMLSerialized in contrast to Dictionary.

Typical application would be for storing chart curve points, hence the name.