manicolosi (owner)

Revisions

gist: 56743 Download_button fork
public
Public Clone URL: git://gist.github.com/56743.git
Embed All Files: show embed
C# #
1
2
3
counter.Increased += EventHelper.Filter<CounterEventArgs> (
    (sender, args) => args.Count % 2 == 0,
    (sender, args) => Console.WriteLine (args.Count));