ComponentOne RulesManager for WinForms
C1.Win.RulesManager.Model Namespace / ItemRangeCollection Class / ItemRangeCollection Constructor / ItemRangeCollection Constructor(ItemRangeCollection)
プロトタイプ。

In This Topic
    ItemRangeCollection Constructor(ItemRangeCollection)
    In This Topic
    ItemRangeCollection の新しいインスタンスを初期化します。
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal prototype As ItemRangeCollection _
    )
    public ItemRangeCollection( 
       ItemRangeCollection prototype
    )

    Parameters

    prototype
    プロトタイプ。
    See Also