Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.8 Assembly / C1.Win.C1Themes Namespace / C1IconCollection Class / ConvertAll<TOutput> Method

In This Topic
    ConvertAll<TOutput> Method (C1IconCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function ConvertAll(Of TOutput)( _
       ByVal converter As Converter(Of ThemeItem,TOutput) _
    ) As System.Collections.Generic.List(Of TOutput)
    public System.Collections.Generic.List<TOutput> ConvertAll<TOutput>( 
       Converter<ThemeItem,TOutput> converter
    )

    Parameters

    converter

    Type Parameters

    TOutput
    See Also