DependencyDirection Class

Summary

Defines the dependency direction of the given type
DependencyDirection
Enum

Syntax

public sealed class DependencyDirection : Enum

Fields

Name Constant Value Summary
DependentOf 1
Order the convention to be run after this one.
static
DependsOn 0
Order the convention to be run before this one.
static
value__

Extension Methods