I'm trying to define a dictionary whose value is an Generic Action<>
delegate
private Dictionary<stri ng, List<Action<T>> >
Any ideas on to how specify T or a different collection type more suitable
to this?
Thanks
delegate
private Dictionary<stri ng, List<Action<T>> >
Any ideas on to how specify T or a different collection type more suitable
to this?
Thanks
Comment