Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Bind ( |
Performs the binding of the dynamic get member operation.
|
|
FallbackGetMember ( |
Performs the binding of the dynamic get member operation if the target dynamic object cannot bind.
|
|
FallbackGetMember ( |
When overridden in the derived class, performs the binding of the dynamic get member operation if the target dynamic object cannot bind.
|
Метод | Описание | |
---|---|---|
GetMemberBinder ( string name, bool ignoreCase ) : System.Dynamic.Utils |
Initializes a new instance of the GetMemberBinder.
|
public final Bind ( |
||
target | The target of the dynamic get member operation. | |
Результат |
public FallbackGetMember ( |
||
target | The target of the dynamic get member operation. | |
Результат |
public abstract FallbackGetMember ( |
||
target | The target of the dynamic get member operation. | |
errorSuggestion | The binding result to use if binding fails, or null. | |
Результат |
protected GetMemberBinder ( 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 |