[]
Creates a new collection of Single values.
public DetachmentCollection()
Public Sub New()
Creates a new collection of Single values that is a copy of the specified collection of Single values.
public DetachmentCollection(DetachmentCollection collection)
Public Sub New(collection As DetachmentCollection)
Type | Name | Description |
---|---|---|
DetachmentCollection | collection |
Type | Condition |
---|---|
ArgumentNullException | collection is a null reference (Nothing in VB). |