Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delegates

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

C# - using List<T>.Find() with custom objects

c# list generics delegates find

What is the difference between new Action() and a lambda?

c# .net-3.5 delegates lambda

What is meant by .delegate=self?

Standard delegates in C# [closed]

c# list delegates

Cannot convert lambda expression to type 'object' because it is not a delegate type

c# linq lambda delegates

Is it possible to have a delegate as attribute parameter?

Can I use params in Action or Func delegates?