'宣言 Public Function ConvertAll(Of TOutput)( _ ByVal converter As Converter(Of LogEntry,TOutput) _ ) As System.Collections.Generic.List(Of TOutput)
'使用法 Dim instance As LogEntryList Dim converter As Converter(Of LogEntry,TOutput) Dim value As System.Collections.Generic.List(Of TOutput) value = instance.ConvertAll(Of TOutput)(converter)
パラメータ
- converter
型パラメータ
- TOutput