Hi Guys. I need help with a very basic thing. I'm generating a key and a value with GenerateTwoValues() and return-ing them with
Now my question is... how do I use them? How do I seperate those Key and Value from it? For exampe GenerateTwoValues().Key obviously doesn't work.. thanks. :)
return new KeyValuePair<int, ulong>(keyone, valueone);Now my question is... how do I use them? How do I seperate those Key and Value from it? For exampe GenerateTwoValues().Key obviously doesn't work.. thanks. :)