C# Class Crow.Library.Bootstrappers.DependsOnAttribute

Inheritance: System.Attribute
Show file Open project: msusur/Crowfx

Public Methods

Method Description
DependsOnAttribute ( ) : System

Initializes a new instance of DependsOnAttribute.

DependsOnAttribute ( Type dependencyType ) : System

Initializes a new instance of DependsOnAttribute.

DependsOnAttribute ( string type ) : System

Initializes a new instance of DependsOnAttribute.

Method Details

DependsOnAttribute() public method

Initializes a new instance of DependsOnAttribute.
public DependsOnAttribute ( ) : System
return System

DependsOnAttribute() public method

Initializes a new instance of DependsOnAttribute.
public DependsOnAttribute ( Type dependencyType ) : System
dependencyType System.Type
return System

DependsOnAttribute() public method

Initializes a new instance of DependsOnAttribute.
public DependsOnAttribute ( string type ) : System
type string
return System