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

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

    Parameters

    prototype
    プロトタイプ
    See Also