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

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

    Parameters

    prototype
    Prototype
    See Also