I've noticed in some places where generics wildcards may be useful that they are not used. For example, in IColumn. If I have a Type and a SubType that extends Type, I can't use IColumn<Type> in a DataTable<SubType>. Is there any reason for this or was it just not implemented? Not the most necessary feature, but it couldn't hurt.
Also is there a reason ListView and similar components require an IModel<List>, and will not accept an IModel<Collection>? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
