InterviewSolution
Saved Bookmarks
| 1. |
Which Property Is Used To Determine Whether The Type Is Generic? |
|
Answer» USE the IsGenericType PROPERTY to DETERMINE WHETHER the type is generic, and use the IsGenericTypeDefinition property to determine whether the type is a generic type DEFINITION. Use the IsGenericType property to determine whether the type is generic, and use the IsGenericTypeDefinition property to determine whether the type is a generic type definition. |
|