G
Guest
At Design time, whenever I look for a value (In intellisense or in the Watch
window) for .Count of any of my generic based collections, I see the
following:
{"The generic type 'System.Collections.ObjectModel.Collection`1' was used
with the wrong number of generic arguments in assembly 'mscorlib,
Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089'.":"System.Collections.ObjectModel.Collection`1"}
No error is generated at run time, and .Count provides the correct value. Am
I doing something wrong when creating the collection?
TIA
Jav
window) for .Count of any of my generic based collections, I see the
following:
{"The generic type 'System.Collections.ObjectModel.Collection`1' was used
with the wrong number of generic arguments in assembly 'mscorlib,
Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089'.":"System.Collections.ObjectModel.Collection`1"}
No error is generated at run time, and .Count provides the correct value. Am
I doing something wrong when creating the collection?
TIA
Jav