Show / Hide Table of Contents

Interface IDirectedAcyclicGraph<T>

Wrapper abstraction for an "object which has a collection of parents", to allow for some shared code between Expression and Table.

Namespace: Mangrove.MetricSetSyntaxTree
Assembly: MetricSetSyntaxTree.dll
Syntax
public interface IDirectedAcyclicGraph<out T>
    where T : IDirectedAcyclicGraph<T>
Type Parameters
Name Description
T

Properties

View Source

Parents

Parent nodes of this one.

Declaration
IReadOnlyList<T> Parents { get; }
Property Value
Type Description
IReadOnlyList<T>

Extension Methods

ObjectExtensions.EventId(Object)
  • View Source
Back to top Generated by DocFX