Static method of inner class needs this

rumbu via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Feb 9 02:45:37 PST 2015


On Monday, 9 February 2015 at 09:30:55 UTC, ketmar wrote:
>... you can use `static class Inner` to tell the compiler
> that
> `Inner` doesn't require any context.

Thank you, static qualifier works. I thought in C# terms where a 
static class means anything else.


More information about the Digitalmars-d-learn mailing list