How to call one static method from another?
Konstantin Kutsevalov via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Mon Jun 13 23:08:44 PDT 2016
Hi,
Just can't found information about "this" for static methods.
Can anyone explain how to call current class from static methods?
For example I have some class and I need to call some static
method of current class from another static method. I don't like
to use full class name for that, but I didn't know what need to
use instead of "this".
I sure it must be something like "self". :(
More information about the Digitalmars-d-learn
mailing list