C# Класс Crow.Library.Bootstrappers.DependsOnAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

DependsOnAttribute() публичный Метод

Initializes a new instance of DependsOnAttribute.
public DependsOnAttribute ( ) : System
Результат System

DependsOnAttribute() публичный Метод

Initializes a new instance of DependsOnAttribute.
public DependsOnAttribute ( Type dependencyType ) : System
dependencyType System.Type
Результат System

DependsOnAttribute() публичный Метод

Initializes a new instance of DependsOnAttribute.
public DependsOnAttribute ( string type ) : System
type string
Результат System