ComponentOne RulesManager for WinForms
C1.Win.RulesManager.Model Namespace / ItemRangeCollection Class / Clone Method

In This Topic
    Clone Method (ItemRangeCollection)
    In This Topic
    現在のインスタンスをコピーした新しいオブジェクトを作成します。
    Syntax
    'Declaration
     
    
    Public Function Clone() As Object
    public object Clone()

    Return Value

    このインスタンスをコピーした新しいオブジェクト。
    See Also