RosettaCodeData/Task/Reflection-List-properties/00-TASK.txt

6 lines
220 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;Task:
The goal is to get the properties of an object, as names, values or both.
Some languages support dynamic properties, which in general can only be inspected if a class' public API includes a way of listing them.