|
| DotRas SDK Documentation |
| RasCollection<(Of <(<'TObject>)>)>..::..ClearItems Method |
| RasCollection<(Of <(<'TObject>)>)> Class See Also Send Feedback |
|
Clears the items in the collection.
Namespace: DotRas.Design
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
protected virtual void ClearItems() |
| Visual Basic |
|---|
Protected Overridable Sub ClearItems |
| Visual C++ |
|---|
protected: virtual void ClearItems() |
| F# |
|---|
abstract ClearItems : unit -> unit override ClearItems : unit -> unit |