I'd like to get symbols that have an UDA. But when the member is private, it is not obtained.
And I found a comment saying "Filtering inaccessible members" in the source.
Why is it necessary to filter out private members?
Sobaya via Digitalmars-d-learn Sun, 27 May 2018 10:47:12 -0700
I'd like to get symbols that have an UDA. But when the member is private, it is not obtained.
And I found a comment saying "Filtering inaccessible members" in the source.
Why is it necessary to filter out private members?