I am setting a string collection as:
Specialized.Str ingCollection s1
But I get an error saying
namespace name 'Specialized' not found.
System.Collecti ons.Specialized .StringCollecti on s1 does work.
But I do have:
using System.Collecti ons;
Why doesn't the program recognize this and force me to put the whole
namespace in?
Thanks,
Tom
Specialized.Str ingCollection s1
But I get an error saying
namespace name 'Specialized' not found.
System.Collecti ons.Specialized .StringCollecti on s1 does work.
But I do have:
using System.Collecti ons;
Why doesn't the program recognize this and force me to put the whole
namespace in?
Thanks,
Tom
Comment