Hi ppl,
private readonly Dictionary<Type, List<WeakReference>> _eventSubscriberLists = new Dictionary<Type, List<WeakReference>>();
Please explain me the above declaration.
Thanks,
Mursaleen Fayyaz
Jr.Software Engineer
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kunal VaishyaPosted Jul 6, 2013, 3:32 AM
Iftikar HussainPosted Jul 6, 2013, 2:49 AM
Please refer the below link
http://msdn.microsoft.com/en-us/library/xfhwa508.aspx
http://www.dotnetperls.com/dictionary
Regards,
Iftikar