joe_pool_is
Contributor
I've got a 8x8 array.
Each element of the array will contain an object that consists of a letter, a color, and a double value.
Creating and working with arrays in my class is not the hard part.
The hard part is how do I make them publicly accessible outside of my class?
In other words, how would I write the Get and Set properties for it?
I'm guessing I should not be using the standard 8x8 array, and instead I should be using ...what?
And, how would I implement it?
I'm looking to stay within Microsoft's Best Practices, if I can.
As always, help, links or advice is always appreciated!
Each element of the array will contain an object that consists of a letter, a color, and a double value.
Creating and working with arrays in my class is not the hard part.
The hard part is how do I make them publicly accessible outside of my class?
In other words, how would I write the Get and Set properties for it?
I'm guessing I should not be using the standard 8x8 array, and instead I should be using ...what?
And, how would I implement it?
I'm looking to stay within Microsoft's Best Practices, if I can.
As always, help, links or advice is always appreciated!