| Visual Basic (Declaration) | |
|---|---|
Public Shadows Sub Clear() | |
| C# | |
|---|---|
public new void Clear() | |
This method will remove all the items from the collection. To remove a single item, use Remove Method.
| dbicList | Send comments on this topic. |
| Clear Method | |
| See Also | |
|
| dbicBase Assembly > Dbi.WinControl Namespace > NodeItemCollection Class : Clear Method |
| Visual Basic (Declaration) | |
|---|---|
Public Shadows Sub Clear() | |
| C# | |
|---|---|
public new void Clear() | |