Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Bind ( |
Performs the binding of the dynamic set member operation.
|
|
FallbackSetMember ( |
Performs the binding of the dynamic set member operation if the target dynamic object cannot bind.
|
|
FallbackSetMember ( |
Performs the binding of the dynamic set member operation if the target dynamic object cannot bind.
|
Метод | Описание | |
---|---|---|
SetMemberBinder ( string name, bool ignoreCase ) : System.Dynamic.Utils |
Initializes a new instance of the SetMemberBinder.
|
public final Bind ( |
||
target | The target of the dynamic set member operation. | |
args | An array of arguments of the dynamic set member operation. | |
Результат |
public FallbackSetMember ( |
||
target | The target of the dynamic set member operation. | |
value | The value to set to the member. | |
Результат |
public abstract FallbackSetMember ( |
||
target | The target of the dynamic set member operation. | |
value | The value to set to the member. | |
errorSuggestion | The binding result to use if binding fails, or null. | |
Результат |
protected SetMemberBinder ( string name, bool ignoreCase ) : System.Dynamic.Utils | ||
name | string | The name of the member to get. |
ignoreCase | bool | true if the name should be matched ignoring case; false otherwise. |
Результат | System.Dynamic.Utils |