IniLikeGroup.removeEntry

ditto, but remove entry by localized key

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

Meta