D
Dave
I'm creating my own SortedList collection class that implements IDictionary,
ICollection, and IEnumerable. The code compiles.
I am writing a unit test to exercise it. I can create the object but none
of the methods like Add are available. The only thing that shows in
Intellisense is:
Equals
GetHashCode
GetType
ToString
What am I doing wrong??
ICollection, and IEnumerable. The code compiles.
I am writing a unit test to exercise it. I can create the object but none
of the methods like Add are available. The only thing that shows in
Intellisense is:
Equals
GetHashCode
GetType
ToString
What am I doing wrong??