Class Bridge<T>
The bridge object.
Inherited Members
Namespace: Advanced.Algorithms.Graph
Assembly: Advanced.Algorithms.dll
Syntax
public class Bridge<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
Bridge(T, T)
Declaration
public Bridge(T vertexA, T vertexB)
Parameters
| Type | Name | Description |
|---|---|---|
| T | vertexA | |
| T | vertexB |
Properties
vertexA
Declaration
public T vertexA { get; }
Property Value
| Type | Description |
|---|---|
| T |
vertexB
Declaration
public T vertexB { get; }
Property Value
| Type | Description |
|---|---|
| T |