find all public properties at compile time

gedaiu via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Sep 29 13:21:42 PDT 2014


Hi,

There is a way to determine all public properties (not methods) 
from a struct/class at compile time?

I seen that there are traits to get only methods but not 
properties. Am I wrong?

thanks,
Bogdan


More information about the Digitalmars-d-learn mailing list