T
Tom Jones
Hi,
Say I have a managed array:
int[] myArray = { 1, 2, 3, 4, 5 };
How can I define a reference to say the 3rd element of that array? I should
be able to use this reference to obtain the value of the 3rd element even
when the value stored there changes.
Thanks,
TJ
Say I have a managed array:
int[] myArray = { 1, 2, 3, 4, 5 };
How can I define a reference to say the 3rd element of that array? I should
be able to use this reference to obtain the value of the 3rd element even
when the value stored there changes.
Thanks,
TJ