Property | Type | Description | |
---|---|---|---|
ToPropertyDesciptor |
Method | Description | |
---|---|---|
Delete ( ) : void | ||
Descriptor ( JsDictionaryObject owner, string name ) : System | ||
Get ( JsDictionaryObject that ) : |
Gets a value stored in the descriptor.
|
|
Set ( JsDictionaryObject that, |
Sets a value.
|
Method | Description | |
---|---|---|
ToPropertyDesciptor ( IGlobal global, JsDictionaryObject owner, string name, |
8.10.5
|
public Descriptor ( JsDictionaryObject owner, string name ) : System | ||
owner | JsDictionaryObject | |
name | string | |
return | System |
public abstract Get ( JsDictionaryObject that ) : |
||
that | JsDictionaryObject | A target object. This has a meaning in case of descriptors which helds an accessors, /// in value descriptors this parameter is ignored. |
return |
public abstract Set ( JsDictionaryObject that, |
||
that | JsDictionaryObject | A target object. This has a meaning in case of descriptors which helds an accessors, /// in value descriptors this parameter is ignored. |
value | A new value which should be stored in the descriptor. | |
return | void |