1 // CS0111: A member `Dictionary<K,V>.Add(V)' is already defined. Rename this member or use different parameter types
5 using System
.Collections
.Generic
;
7 public class Dictionary
<K
,V
>
9 public void Add (V key
)
11 throw new InvalidOperationException ();
14 public void Add (V
value)
16 throw new InvalidOperationException ();