[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.ItemCollectionExtensions.Downcast

Downcast Method

Downcast<TI, TO>(IItemCollection<TI>)

Downcasts the items type within collection.

Declaration
public static IItemCollection<TO> Downcast<TI, TO>(this IItemCollection<TI> input) where TI : TO
Parameters
Type Name Description
IItemCollection<TI> input

The input.

Returns
Type Description
IItemCollection<TO>
Type Parameters
Name Description
TI

The type of the I.

TO

The type of the O.