Utility.RemoveDuplicates<T> (IList<T>) Method

Removes contiguous duplicated points from the list.
Public Shared Function RemoveDuplicates(Of  _ 
T As Point2D)( _ 
ByVal pointList As IList(Of T) _ 
) As T()
This language is not supported or no code example is available.
public static T[] RemoveDuplicates<T>( 
IList<T> pointList 

where T : Point2D
This language is not supported or no code example is available.

Type Parameters

T

A point type

Parameters

pointList
IList<T>

The list of points to be analyzed

Return Value

T[]

The cleaned array of points.

.NET Framework

Supported in: 4.8

In this article

Definition