Q106
What does the following C# method specify? Type[] GetGenericArguments()
A.
A property defined by MemberInfo
B.
Obtains a list of the type arguments bound to a closed constructed generic type
C.
The list may contain both type arguments and type parameters
D.
All of the mentioned
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board