| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim collection As IEnumerable(Of DiagnosticInfo) Dim instance As New DiagnosticInfoCollection(collection) | |
| C# | |
|---|---|
| public DiagnosticInfoCollection( IEnumerable<DiagnosticInfo> collection ) | |
Parameters
- collection
- The collection to copy the contents from
            Initializes the collection from another collection.
            
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    