| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim capacity As Integer Dim instance As New NodeIdCollection(capacity) | |
Parameters
- capacity
- The max. capacity of the collection
            Creates a new collection while specifying the max size of the collection.
            
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    