ComponentOne Expression Editor for WPF
ForEach Method

C1.WPF.ExpressionEditor.4 Assembly > C1.WPF.ExpressionEditor Namespace > RuleCollection Class : ForEach Method
Syntax
'Declaration
 
Public Sub ForEach( _
   ByVal action As System.Action(Of BaseRule) _
) 
public void ForEach( 
   System.Action<BaseRule> action
)

Parameters

action
See Also

Reference

RuleCollection Class
RuleCollection Members