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

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

    Parameters

    prototype
    Prototype.
    See Also