| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim collection As IEnumerable(Of Long) Dim instance As New Int64Collection(collection) | |
| C# | |
|---|---|
| public Int64Collection( IEnumerable<long> collection ) | |
Parameters
- collection
- A colleciton of System.Int64 to pre-populate the collection with
            Initializes the collection from another collection.
            
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    