xtd
0.2.0
Loading...
Searching...
No Matches
◆
delegate()
[3/4]
template<typename result_t , typename... arguments_t>
template<typename object1_t , typename object2_t >
xtd::delegate< result_t(arguments_t...)>::delegate
(
const object1_t &
object
,
result_t(object2_t::*)() const
method
)
inline
noexcept
Initializes a delegate that invokes the specified instance method on the specified class instance.
Parameters
object
the class instance.
function
the method instance.
xtd
delegate< result_t(arguments_t...)>
Generated on Sat Sep 7 2024 06:18:30 for xtd by
Gammasoft
. All rights reserved.