operator()()

Delegate< ReturnType(ArgumentTypes…)>::operator()(ArgumentTypes…) const method

Invokes a function, method or a function object that is pointed to by current delegate object.

ReturnType System::Delegate<ReturnType(ArgumentTypes...)>::operator()(ArgumentTypes... args) const

Arguments

ParameterTypeDescription
argsArgumentTypes…Arguments to pass to the invoked entity

Return Value

The value returned by invoked entity

See Also