Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delegates

nil object in iOS8 delegate methods - custom keyboards

Can I have an Action<> or Func<> with an out param?

c# delegates

Creating a property setter delegate

c# properties lambda delegates

C# cannot convert method to non delegate type

c# .net methods delegates

How to create a delegate from a MethodInfo when method signature cannot be known beforehand?

How do C# Events work behind the scenes?

c# events .net-3.5 delegates

Meaning of () => Operator in C#, if it exists

c# .net delegates operators

How do I describe an Action<T> delegate that returns a value (non-void)?

c# .net delegates

Verifying a delegate was called with Moq

c# unit-testing delegates moq

Return a value from an Event -- is there a Good Practice for this?

How do you declare a Predicate Delegate inline?

c# delegates

What's the difference between data source and delegate?

Non-retaining array for delegates

Getting a reference to the UIApplication delegate

Getting a delegate from methodinfo

c# reflection delegates

Swift delegation - when to use weak pointer on delegate

What is the lifetime of a delegate created by a lambda in C#?

c# delegates lambda

Delegate vs. delegate keyword

.net delegates

How do i exit a List<string>.ForEach loop when using an anonymous delegate?

c# loops delegates

Difference between Delegate.Invoke and Delegate()

c# delegates