Class Bridge<T>
The bridge object.
Namespace: Advanced.Algorithms.Graph
Assembly: Advanced.Algorithms.dll
Syntax
public class Bridge<T> : object
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 |