ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / Rule Class / Rule Constructor / Rule Constructor(Rule)

In This Topic
    Rule Constructor(Rule)
    In This Topic
    Initializes a new instance of the Rule.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal prototype As Rule _
    )
    public Rule( 
       Rule prototype
    )

    Parameters

    prototype
    See Also