[]
        
(Showing Draft Content)

FarPoint.Web.Chart.DetachmentCollection.-ctor

DetachmentCollection Constructor

DetachmentCollection()

Creates a new collection of Single values.

Declaration
public DetachmentCollection()
Public Sub New()

DetachmentCollection(DetachmentCollection)

Creates a new collection of Single values that is a copy of the specified collection of Single values.

Declaration
public DetachmentCollection(DetachmentCollection collection)
Public Sub New(collection As DetachmentCollection)
Parameters
Type Name Description
DetachmentCollection collection
Exceptions
Type Condition
ArgumentNullException

collection is a null reference (Nothing in VB).