Pair sample class
Posted: Mon Jul 20, 2009 3:12 am
I whipped up a small sample class for storing a pair of values using `dynamic` (as opposed to alternatives such as `Object` or a generic).
As webnov8 pointed out, this is somewhat reminiscent of tuples, but I didn't take it that far.
See attached. Comments and questions are welcome.
As webnov8 pointed out, this is somewhat reminiscent of tuples, but I didn't take it that far.
See attached. Comments and questions are welcome.