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

Sends a message to the super instance of this receiver.

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


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

Sends a message to the super instance of this receiver.

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


Assembly: Monobjc (Module: Monobjc)