C# Class IntegrationClassLibrary.PropertyNotificationInterceptor

ファイルを表示 Open project: shiftkey/NotifyPropertyWeaver

Public Methods

Method Description
Intercept ( object target, System.Action action, string propertyName ) : void

Method Details

Intercept() public static method

public static Intercept ( object target, System.Action action, string propertyName ) : void
target object
action System.Action
propertyName string
return void