Friday, January 3, 2014

How to place method references into a SortedList

I finally figured out just what I had to do.


SortedList<String, Action> sl = new SortedList<String, Action>();


Then just use sl.Add("NAME", MEMBER);


No comments:

Post a Comment