| 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
| dbicList | Send comments on this topic. |
| AddRange Method | |
| See Also | |
|
| dbicBase Assembly > Dbi.WinControl Namespace > NodeItemCollection Class : AddRange Method |
| Visual Basic (Declaration) | |
|---|---|
Public Sub AddRange( _ ByVal arrayItems() As dbiNodeItem _ ) | |
| C# | |
|---|---|
public void AddRange( dbiNodeItem[] arrayItems ) | |