operator+=()

MulticastDelegate< ReturnType(ArgumentTypes…)>::operator+=(Callback) method

Adds the specified delegate to the collection.

MulticastDelegate & System::MulticastDelegate<ReturnType(ArgumentTypes...)>::operator+=(Callback callback)

Arguments

ParameterTypeDescription
callbackCallbackThe delegate to add to the collection

Return Value

A reference to the self

See Also