C# Класс NotifyPropertyWeaver.DependsOnAttribute

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

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

Метод Описание
DependsOnAttribute ( string dependency ) : System

Initializes a new instance of DependsOnAttribute.

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

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

Initializes a new instance of DependsOnAttribute.
public DependsOnAttribute ( string dependency ) : System
dependency string A property that the assigned property depends on.
Результат System