Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delegates

How to pass data between UIViewControllers with protocols/delegates

What is the "correct" way to initialize a C# delegate?

Generic method with Action<T> parameter

c# generics delegates

Storing and calling generically-typed delegates

c# generics delegates

Delegates as parameters in VB.NET

Passing parameters to TestDelegate in NUnit

Action <T> usage as parameter

c# .net delegates .net-core

What is the difference between a delegate instance and a method pointer?

Xamarin forms DisplayAlert not showing when called from a function called by a delegate

c# android ios xamarin delegates

Why does the iPhone SDK use categories, rather than protocols, for some delegates?

Does a reference to a delegate constitute a reference to an object (to prevent garbage collection)?

Test if property throws exception with nunit

Calling delegates individually?

c# delegates

C# Shorten syntax when repeatedly using type in generics?

GetInvocationList of an event in VB.NET

.net vb.net events delegates

Is the backing field of a compiler generated event always guaranteed to use the same name as the event?

VB.NET Delegates and Invoke - can somebody explain these to me?

UITextField doesn't end editing when Button clicked( delegate textFieldDidEndEditing )

Does using a lambda expression passed into a method slow down an Entity Framework query?

When would I use a delegate in asp.net?

c# asp.net delegates