| Visual Basic (Declaration) | |
|---|---|
Overloads Public Function Add( _ ByVal objItem As dbiNodeItem _ ) As Integer | |
| C# | |
|---|---|
public int Add( dbiNodeItem objItem ) | |
Parameters
- objItem
- The dbiNodeItem to add to the collection.
| dbicList | Send comments on this topic. |
| Add(dbiNodeItem) Method | |
| See Also | |
|
| dbicBase Assembly > Dbi.WinControl Namespace > NodeItemCollection Class > Add Method : Add(dbiNodeItem) Method |
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Function Add( _ ByVal objItem As dbiNodeItem _ ) As Integer | |
| C# | |
|---|---|
public int Add( dbiNodeItem objItem ) | |