C# Class NotifyPropertyWeaver.DependsOnAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: shiftkey/NotifyPropertyWeaver

Public Methods

Method Description
DependsOnAttribute ( string dependency ) : System

Initializes a new instance of DependsOnAttribute.

Method Details

DependsOnAttribute() public method

Initializes a new instance of DependsOnAttribute.
public DependsOnAttribute ( string dependency ) : System
dependency string A property that the assigned property depends on.
return System