Header menu logo DynamicObj

ImmutableDynamicObjExtensions Type

Static members

Static member Description

ImmutableDynamicObjExtensions.AddItem(this, name, newValue)

Full Usage: ImmutableDynamicObjExtensions.AddItem(this, name, newValue)

Parameters:
    this : 'a
    name : string
    newValue : 'b

Returns: 'a

Returns an instance with: 1. this property added if it wasn't present 2. this property updated otherwise use this one only from C#

this : 'a
name : string
newValue : 'b
Returns: 'a

ImmutableDynamicObjExtensions.Format(this)

Full Usage: ImmutableDynamicObjExtensions.Format(this)

Parameters:
Returns: string
this : ImmutableDynamicObj
Returns: string

ImmutableDynamicObjExtensions.Print(this)

Full Usage: ImmutableDynamicObjExtensions.Print(this)

Parameters:
this : ImmutableDynamicObj

ImmutableDynamicObjExtensions.RemoveItem(this, name)

Full Usage: ImmutableDynamicObjExtensions.RemoveItem(this, name)

Parameters:
    this : 'a
    name : string

Returns: 'a

Returns an instance: 1. the same if there was no requested property 2. without the requested property if there was use this one only from C#

this : 'a
name : string
Returns: 'a

Type something to start searching.