| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim collection As IEnumerable(Of UInteger) Dim instance As New UInt32Collection(collection) | |
| C# | |
|---|---|
| public UInt32Collection( IEnumerable<uint> collection ) | |
Parameters
- collection
- A collection of System.UInt32 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
 
     
     
     
     
    