프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ToPropertyDesciptor |
메소드 | 설명 | |
---|---|---|
Delete ( ) : void | ||
Descriptor ( JsDictionaryObject owner, string name ) : System | ||
Get ( JsDictionaryObject that ) : |
Gets a value stored in the descriptor.
|
|
Set ( JsDictionaryObject that, |
Sets a value.
|
메소드 | 설명 | |
---|---|---|
ToPropertyDesciptor ( IGlobal global, JsDictionaryObject owner, string name, |
8.10.5
|
public Descriptor ( JsDictionaryObject owner, string name ) : System | ||
owner | JsDictionaryObject | |
name | string | |
리턴 | 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. |
리턴 |
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. | |
리턴 | void |