| Visual Basic (Declaration) | |
|---|---|
Public Sub Clear() | |
| C# | |
|---|---|
public void Clear() | |
This method will delete all the items from the collection. To remove a single item, use the Remove or RemoveAt method.
| dbicDayView | Send comments on this topic. |
| Clear Method | |
| See Also | |
|
| dbicPIM Assembly > Dbi.PIM Namespace > AlarmItemCollection Class : Clear Method |
| Visual Basic (Declaration) | |
|---|---|
Public Sub Clear() | |
| C# | |
|---|---|
public void Clear() | |