Visual Basic (Usage) | ![]() |
---|---|
Dim collection As IEnumerable(Of Integer) Dim instance As New Int32Collection(collection) |
C# | |
---|---|
public Int32Collection( IEnumerable<int> collection ) |
Parameters
- collection
- A collection of System.Int32 to pre-populate this collection with
Initializes the collection from another collection
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x