dbicList Send comments on this topic.
AddRange Method
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > NodeItemCollection Class : AddRange Method

arrayItems
The one-dimensional array of dbiNodeItems to add to the collection
Adds multiple node items to the list.

Syntax

Visual Basic (Declaration) 
Public Sub AddRange( _
   ByVal arrayItems() As dbiNodeItem _
) 
C# 
public void AddRange( 
   dbiNodeItem[] arrayItems
)

Parameters

arrayItems
The one-dimensional array of dbiNodeItems to add to the collection

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also