Events and LibraryMethods #1416
Unanswered
nikita-strelok
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why
Event.Run()
andLibraryMethod.Invoke()
take(T1 arg1, T2 arg2 ... )
arguments instead of(params object[] args)
. Is this for security reasons or something else?Beta Was this translation helpful? Give feedback.
All reactions