RasCollection(TObject).Clear Method

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
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 

Implements

ICollection<(Of <(<'T>)>)>..::..Clear()()()()

See Also