Posts by RedSaba • 11 points
1 post
-
1
votes1
answer82
viewsQ: Implement Dictionary as C#interface
I am trying to set a Dictionary on my interface, but it is saying that the main class did not implement Dictionary. Interface.Cs public interface IItem { event Action<string, string, string,…