Compile-Ttime Reflection Quiz
What is inefficient about the foreach
loop you’ve just written?
Using an | All | |
We use | All | |
The names of each field is available at compile time, but we extract them at runtime | All | |
The loop iterates through the members at runtime when it can do so at compile time | Correct! |