|
| DotRas SDK Documentation |
| RasCollection<(Of <(<'TObject>)>)>..::..Clear 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# |
|---|
public void Clear() |
| Visual Basic |
|---|
Public Sub Clear |
| Visual C++ |
|---|
public: virtual void Clear() sealed |
| F# |
|---|
abstract Clear : unit -> unit override Clear : unit -> unit |