var c = new Coordinate(1,1);
c[Ordinate.X] = 2;
I expect the specified ordinate (X, in the case above) to be set.
Instead, I see an IndexOutOfRangeException.
I am using version 1.12.4448.22555 on Windows 7.
Diff file attached.
Original issue reported on code.google.com by michael....@gmail.com on 6 Dec 2012 at 12:48
Original issue reported on code.google.com by
michael....@gmail.com
on 6 Dec 2012 at 12:48Attachments: