object Invoke(object obj, object[] parameters)
a) Calling a type using invoke()
b) Any arguments that need to be passed to the method are specified in the array parameters
c) The value returned by the invoked method is returned by Invoke()
d) All of the mentioned
What does the following C# code specify?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What does the following C# code specify?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!