| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim values() As Long Dim value As Int64Collection value = Int64Collection.ToInt64Collection(values) | |
| C# | |
|---|---|
| public static Int64Collection ToInt64Collection( long[] values ) | |
Parameters
- values
- An array of System.Int64 to convert to a collection
            Converts an array to a collection.
            
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    