ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1LightBox Namespace / C1LightBoxItemCollection Class / ConvertAll<TOutput> Method

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

    Parameters

    converter

    Type Parameters

    TOutput
    See Also