public string this[ string section, string entry, string? defaultValue ] { get; }
Public ReadOnly Default Property Item ( section As String, entry As String, defaultValue As String ) As String Get
public: virtual property String^ default[String^ section, String^ entry, String^ defaultValue] { String^ get (String^ section, String^ entry, String^ defaultValue) sealed; }
function get_Item(section, entry, defaultValue);
In This Article