What Does The Following C Method Specifyp Pre Langcsharp #692
What does the following C# method specify?</p> <pre><code class="language-csharp"> Type[] GetGenericArguments()</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions - Introduction of Reflections - Quiz No.1.
What does the following C# method specify?
Type[] GetGenericArguments()
A property defined by MemberInfo
Obtains a list of the type arguments bound to a closed constructed generic type
The list may contain both type arguments and type parameters
All of the mentioned