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

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

    Parameters

    prototype
    Prototype
    See Also