xtd 0.2.0
Loading...
Searching...
No Matches

◆ operator()()

template<typename result_t , typename... arguments_t>
result_t xtd::delegate< result_t(arguments_t...)>::operator() ( arguments_t...  arguments) const
inline

invokes the method represented by the current delegate.

Parameters
argumentsThe parameter list.
Returns
result_t The return value.