On 8/6/12, H. S. Teoh <[email protected]> wrote:
> Try outer.i instead of just i.

There is no "outer". A nested struct has the same access as a nested
static class, meaning no access to any outer members unless they're
static. OP could use a nested non-static class, but I don't know if
the complications are worth it.

Reply via email to