On 08/31/2016 06:44 AM, Ethan Watson wrote: > And it makes that member private. You > know what this means - if I try to parse over it for my serialisation > pass for Binderoo, I can't use __traits( allMembers ) to get to it.
Hopefully, with enough whining we will have that behavior reversed. :) __traits(allMembers) should give "all members".
Ali