Was excited with command and ICommand explanation from this channel, but this video certainly does not do justice. This video just made me more confused about the delegates topic.
@TacticDevs2 жыл бұрын
think of a delegate as a place holder for a method , a delegate is used in a place where you would expect a method , That method can be defined elsewhere but must follow the rules specified by the delegate, these rules dictate the return type and the parameters of that method .net allows you to create your custom delegates or use built-in delegates , check out this video about the built-in delegates in .net kzbin.info/www/bejne/gp29oaGlacSsotk
@rubayatislam48042 жыл бұрын
@@TacticDevs It would be great if you could provide coding examples like you did for ICommands.