Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in delegates

Why do I have to explicitly specify my type arguments for Func parameters?

Lazy class delegate in Kotlin?

kotlin delegates

How to combine kotlin delegated property: observable, vetoable, and "by map"?

Can I say that the relation between events and delegates adopts composite pattern?

Anonymous methods, scope, and serialization

A method that executes any time a class property is accessed (get or set)?

Objective C - Strategy Pattern?

Advantage of Predicate<T> over Func<T,bool>?

c# .net delegates

UITextView delegate class crashes on clicking the textview?! What's going on?

How can I store an interface method in a method pointer?

delphi interface delegates

Delegates in C# and fnc pointers in C++

c# delegates

How to publish and subscribe to events across different classes

c# events delegates

Creating a Delegate from methodInfo in Mono 2.8.2

c# reflection delegates mono

How do delegates improve the performance of an application?

c# asp.net delegates

does passing a method of one object to another object keep the first object alive?

Bind function (delegate) arguments

Is it possible to combine delegates of different types (use return value as parameter)?

c# generics delegates

Generic method to execute any method with 1 time retry using Delegates

c# .net delegates

Are there anonymous, type-safe, generic delegate signatures in C# 2.0?

c# generics delegates

C#:: When to use events or a collection of objects derived from an event handling Interface?