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

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

    Return Value

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