What Does The Following Declaration Specifyp Pre Langcsharp #690
What does the following declaration specify?</p> <pre><code class="language-csharp"> MethodInfo[] GetMethods()</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 declaration specify?
MethodInfo[] GetMethods()
Returns an array of MethodInfo objects
Returns a list of the public methods supported by the type by using GetMethods()
Both Returns an array of MethodInfo objects & Returns a list of the public methods supported by the type by using GetMethods()
None of the mentioned