How can I store delegates (named, anonymous, lambda) in a generic list? Basically I am trying to build a delegate dictionary from where I can access a stored delegate using
Does System.Collections.Generic.Dictionary not suffice?
System.Collections.Generic.Dictionary