2
Answers

C# this.invoke(mydelegate)

kstallings

kstallings

20y
9.2k
1
I have a program that apparently starts a method referenced by a delegate with the following code: this.Invoke(mydelegate) Can someone refer me to so sort of documentation about this?? Thanks, Keith Stallings
Answers (2)