MonobjcMonobjc Documented Class Library
SendMessageVarArgs Method
NamespacesMonobjcIdSendMessageVarArgs()()()()
Members
IconMemberDescription
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments


SendMessageVarArgs<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments


Assembly: Monobjc (Module: Monobjc)