ComponentOne FlexReport for WinForms
ConvertAll<TOutput> Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > LogEntryList Class : ConvertAll<TOutput> Method
Syntax
'Declaration
 
Public Function ConvertAll(Of TOutput)( _
   ByVal converter As Converter(Of LogEntry,TOutput) _
) As System.Collections.Generic.List(Of TOutput)
public System.Collections.Generic.List<TOutput> ConvertAll<TOutput>( 
   Converter<LogEntry,TOutput> converter
)

Parameters

converter

Type Parameters

TOutput
See Also

Reference

LogEntryList Class
LogEntryList Members