Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What does the following declaration specify?
MethodInfo[] GetMethods()
An array of MethodInfo objects representing all the public methods defined for the current Type
MethodInfo
It defines an array of MethodInfo objects called GetMethods
GetMethods
It defines an empty array of type MethodInfo, if no public methods are defined for the current Type
It defines a method called GetMethods that takes an array of MethodInfo objects as a parameter
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!