C# 클래스 Pomona.Common.TypeSystem.PropertySetter

파일 보기 프로젝트 열기: Pomona/Pomona

공개 메소드들

메소드 설명
Invoke ( object target, object value, IContainer container ) : void
PropertySetter ( Action del ) : System

메소드 상세

Invoke() 공개 메소드

public Invoke ( object target, object value, IContainer container ) : void
target object
value object
container IContainer
리턴 void

PropertySetter() 공개 메소드

public PropertySetter ( Action del ) : System
del Action
리턴 System