Stories recently tagged with 'Func'

Func<T> based generic initializers(subjunctive.wordpress.com)

submitted by bdsuttonbdsutton(525) 3 years, 5 months ago

Here is some work I've been doing to simplify initializing List<T> using Func<T>. You can build a simple method and then instead of building a loop to initialize your object you can use a one line initialization statement. read more...

add a comment |category: |Views: 27

tags: another

Get Your Func On(codebetter.com)

submitted by peter.morlionpeter.morlion(45) 3 years, 10 months ago

Using Func<T> and delegates for code decoupling. read more...

add a comment |category: |Views: 25

tags: another