|
-
October 12th, 2012, 07:39 AM
#2
Re: Can someone explain this...
The Invoke method takes as it's second parameter an array of objects containing the values for the method parameters (parameters for the method being invoked). If the method being invoked needs no parameters, you pass an empty object array. The syntax for creating an empty array of objects is:
new object[] { }
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|