IniLikeGroup.removeEntry

Removes entry by key. Do nothing if not value associated with key found.

  1. bool removeEntry(string key)
    class IniLikeGroup
    @safe final nothrow pure
    bool
    removeEntry
    (
    string key
    )
  2. bool removeEntry(string key, string locale)
  3. void removeEntry(LineNode node)

Return Value

Type: bool

true if entry was removed, false otherwise.

Meta