Метод | Описание | |
---|---|---|
CanPut ( string p ) : bool | ||
DefaultValue ( string hint ) : IDynamic | ||
DefineOwnProperty ( string p, IPropertyDescriptor desc, bool @throw ) : bool | ||
Get ( string p ) : IDynamic | ||
GetOwnProperty ( string p ) : IPropertyDescriptor | ||
GetProperty ( string p ) : IPropertyDescriptor | ||
HLazy ( IEnvironment environment, Func |
||
HasProperty ( string p ) : bool |
public DefaultValue ( string hint ) : IDynamic | ||
hint | string | |
Результат | IDynamic |
public DefineOwnProperty ( string p, IPropertyDescriptor desc, bool @throw ) : bool | ||
p | string | |
desc | IPropertyDescriptor | |
@throw | bool | |
Результат | bool |
public GetOwnProperty ( string p ) : IPropertyDescriptor | ||
p | string | |
Результат | IPropertyDescriptor |
public GetProperty ( string p ) : IPropertyDescriptor | ||
p | string | |
Результат | IPropertyDescriptor |
public HLazy ( IEnvironment environment, Func |
||
environment | IEnvironment | |
createValue | Func |
|
Результат | System |