Table of Contents

Enum DataDependencyType

Namespace
Echo.DataFlow
Assembly
Echo.DataFlow.dll

Provides members for describing types of dependencies between nodes in a data flow graph.

public enum DataDependencyType

Fields

Stack = 0

Indicates the dependency is a stack dependency.

Variable = 1

Indicates the dependency is a variable dependency.