What does the following C# method specify?
Type[] GetGenericArguments()
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: Option D
Join The Discussion