Utility.GetEdge Method

Public Shared Function GetEdge( _ 
ByVal v1 As Integer, _ 
ByVal v2 As Integer, _ 
ByVal edgesPerVertex As IList(Of LinkedList(Of SharedEdge)) _ 
) As SharedEdge
This language is not supported or no code example is available.
public static SharedEdge GetEdge( 
int v1
int v2
IList<LinkedList<SharedEdge>> edgesPerVertex 
)
This language is not supported or no code example is available.

Parameters

v1
int

v2
int

edgesPerVertex
IList<LinkedList<SharedEdge>>

Return Value

SharedEdge

.NET Framework

Supported in: 4.8

In this article

Definition