xtd
0.2.0
Loading...
Searching...
No Matches
◆
delegate()
[4/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::*)()
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 Mon Sep 9 2024 23:25:10 for xtd by
Gammasoft
. All rights reserved.