| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim values() As ULong Dim value As UInt64Collection value = UInt64Collection.ToUInt64Collection(values) | |
| C# | |
|---|---|
| public static UInt64Collection ToUInt64Collection( ulong[] values ) | |
Parameters
- values
- An array of System.UInt64 to return as a collection
            Converts an array to a collection.
            
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    