C# Class NMF.Expressions.ObservableProxyAttribute

Inheritance: ProxyMethodAttribute
显示文件 Open project: NMFCode/NMF

Public Methods

Method Description
ObservableProxyAttribute ( Type proxyType, string methodName, bool isRecursive = false ) : System

Method Details

ObservableProxyAttribute() public method

public ObservableProxyAttribute ( Type proxyType, string methodName, bool isRecursive = false ) : System
proxyType System.Type
methodName string
isRecursive bool
return System