Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DetachmentCollection Class / DetachmentCollection Constructor / DetachmentCollection Constructor(DetachmentCollection)


DetachmentCollection Constructor(DetachmentCollection)
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)

Parameters

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