1.

What does the following 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» E.


Discussion

No Comment Found