Method | Description | |
---|---|---|
GetValue ( |
Gets the property value by calling the getter, if one is present.
|
|
PropertyAccessorValue ( |
Creates a new PropertyAccessorValue instance.
|
|
SetValue ( |
Sets the property value by calling the setter, if one is present.
|
public GetValue ( |
||
thisObject | The value of the "this" keyword inside the getter. | |
return | object |
public PropertyAccessorValue ( |
||
getter | The getter function, or |
|
setter | The setter function, or |
|
return | System |
public SetValue ( |
||
thisObject | The value of the "this" keyword inside the setter. | |
value | object | The desired value. |
return | void |