Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DetachmentCollection Class / DetachmentCollection Constructor / DetachmentCollection Constructor(DetachmentCollection)


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

    Parameters

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