Method | Description | |
---|---|---|
BindGetMember ( |
Performs the binding of the dynamic get member operation.
|
|
BindSetMember ( |
Performs the binding of the dynamic set member operation.
|
|
DynamicObservableObjectMetaObject ( |
Initializes a new instance of the DynamicObservableObjectMetaObject class.
|
|
GetDynamicMemberNames ( ) : IEnumerable |
Returns the enumeration of all dynamic member names.
|
Method | Description | |
---|---|---|
DynamicObservableObjectMetaObject ( ) : Reflection |
Initializes static members of the DynamicObservableObjectMetaObject class.
|
public BindGetMember ( |
||
binder | An instance of the |
|
return |
public BindSetMember ( |
||
binder | An instance of the |
|
value | The |
|
return |
public DynamicObservableObjectMetaObject ( |
||
parameter | The parameter. | |
observableObject | DynamicObservableObject | The observable object. |
return | Reflection |
public GetDynamicMemberNames ( ) : IEnumerable |
||
return | IEnumerable |