메소드 | 설명 | |
---|---|---|
MethodBinder ( BinderMethod targetMethod ) : System |
Creates a new Binder instance.
|
|
MethodBinder ( IEnumerable |
Creates a new Binder instance.
|
protected MethodBinder ( BinderMethod targetMethod ) : System | ||
targetMethod | BinderMethod | A method to bind to. |
리턴 | System |
protected MethodBinder ( IEnumerable |
||
targetMethods | IEnumerable |
An enumerable list of methods to bind to. At least one /// method must be provided. Every method must have the same name and declaring type. |
리턴 | System |