On 11/6/11 7:34 AM, J Arrizza wrote:Hi,I'm trying to get the name of the surrounding class from within a static method of the class:typeof(this) works inside static methods too.
More info: http://www.d-programming-language.org/declaration.html#typeof"typeof(this) will generate the type of what this would be in a non-static member function, even if not in a member function."
-Steve
