python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Constructor Injection with Action<bool> delegate in C#
Problem is that I need to inject dependency(Constructor dependency) between some handle class and some console application.
Console application have state isRunning, which is obviously, bool variable....
Evgeny
Votes: 0
Answers: 2
Throw event thru classes
I have long process and sometimes I want to return process status.
I have the following code:
public delegate Task DeviceOnSureMdmResetIMEIHandler(TabletWithoutDeviceIdDto sureMdmTablet, string oldIME...
Oleg Sh
Votes: 0
Answers: 1
How to add annotations to captured variables or delegated objects in Kotlin?
I want to dynamically implement an interface by extending an existing class as an anonymous object.
This anonymous object captures a method parameter to implement the interface method:
fun myFunc(some...
roookeee
Votes: 0
Answers: 1
delegate from VC to TableViewCell to update cell
I'm trying to update all my cell from my VC with delegate.
it works from cell to update something on VC, but when I try to update something from VC to make changes on cell, it doesn't work.
In my VC I...
Dwitama Alfred
Votes: 0
Answers: 1