Show / Hide Table of Contents

    Class MatchEdge<T>

    The match result object.

    Inheritance
    Object
    MatchEdge<T>
    Namespace: Advanced.Algorithms.Graph
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class MatchEdge<T> : object
    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
    Back to top Generated by DocFX