What does the following C# method specify?
Posted: Wed Jul 13, 2022 7:57 pm
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
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