Enum DataDependencyType
Provides members for describing types of dependencies between nodes in a data flow graph.
public enum DataDependencyType
Fields
Stack = 0Indicates the dependency is a stack dependency.
Variable = 1Indicates the dependency is a variable dependency.