Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Log Namespace / LogEntryList Class / ConvertAll<TOutput> Method

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

    Parameters

    converter

    Type Parameters

    TOutput
    See Also