Vidyalelo
C# Programming · Q106

Miscellaneous in C Sharp

Programming · C# Programming · question 106

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board