| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim collection As IEnumerable(Of NodeId) Dim instance As New NodeIdCollection(collection) | |
| C# | |
|---|---|
| public NodeIdCollection( IEnumerable<NodeId> collection ) | |
Parameters
- collection
- The existing collection to use as the basis of creating this collection
            Creates a new collection based on the referenced collection.
            
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    