|
From: Vaughn, C. <Va...@va...> - 2003-08-07 20:22:51
|
Hello all,
I hate to pester, but does anyone have a fix or workaround for DynamicMocks
returning ValueTypes like Dates and Colors. I'm currently having to code
interfaces like:
interface IFoo
{
string BackColor { get; set; }
}
and parsing strings instead of
interface IFoo
{
System.Drawing.Color BackColor { get; set; }
}
Your help will be greatly appreciated.
Clifton F. Vaughn
Senior Business Analyst
Information Technology
Valassis / IT Division
This message may have included proprietary or protected information. This
message and the information contained herein are not to be further
communicated without my express written consent.
|