Visual Basic (Usage) | ![]() |
---|---|
Dim collection As IEnumerable(Of Double) Dim instance As New DoubleCollection(collection) |
C# | |
---|---|
public DoubleCollection( IEnumerable<double> collection ) |
Parameters
- collection
- A collection of doubles to add into this collection
Initializes the collection from another collection.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x