PathSegmentCollection.Clear Method

Definition

Clears the collection of all segments and resets Count to zero.

public:
 virtual void Clear();
public void Clear ();
abstract member Clear : unit -> unit
override this.Clear : unit -> unit
Public Sub Clear ()

Implements

Exceptions

Remarks

This method does not change the capacity of the PathSegmentCollection.

Applies to

See also