Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / StringCollection Class / StringCollection Constructor / StringCollection Constructor(StringCollection)


In This Topic
    StringCollection Constructor(StringCollection)
    In This Topic
    Creates a new collection of string values that is a copy of the specified collection of string values.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal collection As StringCollection _
    )
    'Usage
     
    
    Dim collection As StringCollection
     
    Dim instance As New StringCollection(collection)
    public StringCollection( 
       StringCollection collection
    )

    Parameters

    collection
    Exceptions
    ExceptionDescription
    collection is a null reference (Nothing in VB).
    See Also