Class MatchEdge<T>
The match result object.
Inherited Members
Namespace: Advanced.Algorithms.Graph
Assembly: Advanced.Algorithms.dll
Syntax
public class MatchEdge<T>
Type Parameters
Name | Description |
---|---|
T |
Constructors
MatchEdge(T, T)
Declaration
public MatchEdge(T source, T target)
Parameters
Type | Name | Description |
---|---|---|
T | source | |
T | target |
Properties
Source
Declaration
public T Source { get; }
Property Value
Type | Description |
---|---|
T |
Target
Declaration
public T Target { get; }
Property Value
Type | Description |
---|---|
T |