DesktopGroup.opIndexAssign

Inserts new value or replaces the old one if value associated with key already exists.

  1. string opIndexAssign(string value, string key)
    class DesktopGroup
    @safe
    string
    opIndexAssign
    (
    string value
    ,
    string key
    )
  2. string opIndexAssign(string value, string key, string locale)

Return Value

Type: string

inserted/updated value

Throws

Exception if key is not valid

See Also

isValidKey

Meta