DynamicObj Type
Constructors
Constructor | Description |
|
|
Instance members
Instance member | Description |
Full Usage:
this.GetProperties
Parameters:
bool
Returns: KeyValuePair<string, obj> seq
|
|
Full Usage:
this.Remove
Parameters:
string
Returns: bool
|
|
Full Usage:
this.SetValue
Parameters:
string
value : 'a
|
|
Full Usage:
this.TryGetTypedValue
Parameters:
string
Returns: 'a option
|
|
Full Usage:
this.TryGetValue
Parameters:
string
Returns: obj option
|
Static members
Static member | Description |
Full Usage:
lookup ? name
Parameters:
'a
name : string
Returns: obj
|
|
Full Usage:
(?<-) (lookup, name, value)
Parameters:
'a
name : string
value : 'v
|
|
Full Usage:
DynamicObj.GetValue(lookup, name)
Parameters:
DynamicObj
name : string
Returns: obj
|
|
Full Usage:
DynamicObj.Remove(lookup, name)
Parameters:
DynamicObj
name : string
Returns: bool
|
|