Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / CaptionsArrayList Class / Clone Method


In This Topic
    Clone Method (CaptionsArrayList)
    In This Topic
    Creates a copy of a list.
    Syntax
    'Declaration
     
    
    Public Function Clone() As CaptionsArrayList
    'Usage
     
    
    Dim instance As CaptionsArrayList
    Dim value As CaptionsArrayList
     
    value = instance.Clone()
    public CaptionsArrayList Clone()
    See Also