xtd
0.2.0
Loading...
Searching...
No Matches
◆
delegate()
[3/4]
template<typename result_t >
template<typename object1_t , typename object2_t >
xtd::delegate< result_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()>
Generated on Sat Sep 14 2024 21:25:17 for xtd by
Gammasoft
. All rights reserved.