InterviewSolution
Saved Bookmarks
| 1. |
The property signifies “Obtains a Module object that represents the module (an executable file) in which the reflected type resides”. Choose the property which specifies the following statement?(a) Type DeclaringType(b) int MetadataToken(c) Module Module(d) Type ReflectedType |
|
Answer» The correct option is (c) Module Module Easiest explanation - By definition. |
|