Utility.CheckDir<T> Method

Public Shared Sub CheckDir(Of  _ 
T As Point2D)( _ 
ByVal outerPoints As IList(Of T), _ 
ByVal innerPoints As IList(Of IList(Of T)) _ 
)
This language is not supported or no code example is available.
public static void CheckDir<T>( 
IList<T> outerPoints
IList<IList<T>> innerPoints 

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

Type Parameters

T

Parameters

outerPoints
IList<T>

innerPoints
IList<IList<T>>

.NET Framework

Supported in: 4.8

In this article

Definition