Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
CSharpGetMemberBinder ( string name, bool resultIndexed, |
Initializes a new instance of the CSharpGetMemberBinder.
|
|
FallbackGetMember ( |
Performs the binding of the dynamic get member operation if the target dynamic object cannot bind.
|
public CSharpGetMemberBinder ( string name, bool resultIndexed, |
||
name | string | The name of the member to get. |
resultIndexed | bool | Determines if COM binder should return a callable object. |
callingContext | The |
|
argumentInfo | IEnumerable |
The sequence of |
Résultat | System |
public FallbackGetMember ( |
||
target | The target of the dynamic get member operation. | |
errorSuggestion | The binding result to use if binding fails, or null. | |
Résultat |