
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
When I have a class/struct which has an object of another class/struct in it, then after writing the name of the objetc and placing the first dot, meta editor shows me the members/methods that I can choose.
But when I place the second dot it still shows me members of the inner struct but only if the object of the outer struct is not an array.
I tried many ways, like using the public access specifier for both of the classes/structs, and/or even publicly inheritence of the outer class from the inner class however this is not what I want to do, but still the result it the same.
I also played with both the constructors and gave the members initial values, still nothing.
Am I missing something or that's it?