C# Class Pomona.Common.TypeSystem.PropertySetter

ファイルを表示 Open project: Pomona/Pomona

Public Methods

Method Description
Invoke ( object target, object value, IContainer container ) : void
PropertySetter ( Action del ) : System

Method Details

Invoke() public method

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

PropertySetter() public method

public PropertySetter ( Action del ) : System
del Action
return System