GrapeCity.ActiveReports.Extensibility.v9 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > ItemCollectionExtensions Class : Downcast<TI,TO> Method |
'Declaration Public Shared Function Downcast (Of TI As TO, TO)( _ ByVal input As IItemCollection(Of TI) _ ) As IItemCollection(Of TO)
public static IItemCollection<TO> Downcast<TI,TO>( IItemCollection<TI> input ) where TI: TO