Hiya all,
Im not a newbie to .NET by any means, but Ive obviously missed something big here.
For some reason I cant seem to get indexed properties to work! Well, not in the way I want (and think to be most logical), I can get them to work like:public int this[int index]
{
get { ... }...