Skip to content

it3xl/Weak-Closure-Pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Weak Closure Pattern

It is a weak closure implementation for .NET

Creation of the closure behavior that will not be dependent from any .NET compiler.

Sorry, it is under development and this project is personally for me

This project requires the Weak Delegate project.

weakClosure.ExecuteIfTargetNotNull(objectSupplier =>
	{
		...

To remember thoughts here see an example: program.cs
Or download the entire solution.

it3xl.ru

Releases

No releases published

Packages

No packages published

Languages