C# 클래스 NotifyPropertyWeaver.DependsOnAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: shiftkey/NotifyPropertyWeaver

공개 메소드들

메소드 설명
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