Visual Basic 2010 – Co/Contravariance Sample

0 comments

Posted on 3rd May 2010 by Admin in Visual Basic 2010

,

This sample demonstrates theco/contravariancefeature, showing the usage of the ‘In’ and ‘Out’ keywords when declaringgenericinterface type parameters. The variance feature functionality is used to support conversions between interfaces which have type parameters that have aninheritencerelationship.

Download Project