Bridge

List<(Of <(<'T>)>)>..::..ConvertAll<(Of <(<'TOutput>)>)> Method

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public List<TOutput> ConvertAll<TOutput>(
	Converter<T, TOutput> converter
)
<TemplateAttribute> _
Public Function ConvertAll(Of TOutput) ( _
	converter As Converter(Of T, TOutput) _
) As List(Of TOutput)
[TemplateAttribute]
public:
generic<typename TOutput>
List<TOutput>^ ConvertAll(
	Converter<T, TOutput>^ converter
)

Type Parameters

TOutput

Parameters

converter
Type: System..::..Converter<(Of <(<'T, TOutput>)>)>