RosettaCodeData/Task/Reflection-List-properties/00-TASK.txt
2023-07-01 13:44:08 -04:00

5 lines
220 B
Text

;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.