IniSection.opCall

Gets key value

  1. string getKey(string name)
  2. alias opCall = getKey
    struct IniSection
    alias opCall = getKey

Return Value

Key value

Throws

IniException if key does not exists

Meta