ComponentOne Expression Editor for WPF
ConvertAll<TOutput> Method

C1.WPF.ExpressionEditor.4 Assembly > C1.WPF.ExpressionEditor Namespace > RuleCollection Class : ConvertAll<TOutput> Method
Syntax
'Declaration
 
Public Function ConvertAll(Of TOutput)( _
   ByVal converter As Converter(Of BaseRule,TOutput) _
) As System.Collections.Generic.List(Of TOutput)
public System.Collections.Generic.List<TOutput> ConvertAll<TOutput>( 
   Converter<BaseRule,TOutput> converter
)

Parameters

converter

Type Parameters

TOutput
See Also

Reference

RuleCollection Class
RuleCollection Members