| 4/25/2006 6:59:07 PM |
Hi Paul,
When using the powerful Generics for .NET 2.0, I realized that when attempting to resync a generic collection, it will throw an error.
e.g. Manager.Resync( myObj.ListOfChildrens ); // where ListOfChildrens is of type IList<Child>.
Some food for thought, which perhaps you can incorporate in the next version? Thanks.
Knave.
|