Carlos Guzmán Álvarez wrote:
> In this case there is no real problem i think, we can make a wrapper 
> collection
> and that shouldn't broke nothing at all ( as it can expose the same 
> methods as in the
> ArrayList but using Generics internally )

Yes, that was my first idea too. Something like FbBackupFileCollection which 
implements IList, ICollection, IEnumerable. This will work, when somebody 
works with BackupFiles property like:

xxx.BackupFiles.Add(xxx);

but when somebody has:

ArrayList myArrayList = xxx.BackupFiles;
...

so this will be a problem, don't you? Or will this modification of code 
introduced as "new version with new features"? ;)

-- 
Jiri {x2} Cincura
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to