[]
Downcasts the items type within collection.
public static IItemCollection<TO> Downcast<TI, TO>(this IItemCollection<TI> input) where TI : TO
Type | Name | Description |
---|---|---|
IItemCollection<TI> | input | The input. |
Type | Description |
---|---|
IItemCollection<TO> |
Name | Description |
---|---|
TI | The type of the I. |
TO | The type of the O. |