|
-
Nov 9th, 2002, 04:53 PM
#1
Thread Starter
Lively Member
"delegate" or some funcPtr...
Hi,
This time I need to declare a function like this:
[pseudocode]
public void MyFunc(FuncAddress otherFunc)
Now, since otherFunc can be a whatever function with a whatever prototype, and C# does not support - I think - function-pointers, how can I do this?
I saw the delegate keywords, but I don't understood its use and if it makes for me.
Some examples?
Thanx all again
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
|