Visual Basic (Declaration) | |
---|---|
Public Function ConvertAll(Of TOutput)( _ ByVal converter As Converter(Of IRuleAction,TOutput) _ ) As List(Of TOutput) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As RuleActionCollection Dim converter As Converter(Of IRuleAction,TOutput) Dim value As List(Of TOutput) value = instance.ConvertAll(Of TOutput)(converter) |
C# | |
---|---|
public List<TOutput> ConvertAll<TOutput>( Converter<IRuleAction,TOutput> converter ) |
C++/CLI | |
---|---|
public: List<TOutput^>^ ConvertAllgeneric<typename TOutput> ( Converter<IRuleAction^,TOutput^>^ converter ) |
Parameters
- converter
Type Parameters
- TOutput
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2