public SettingsSection this[
string key
] { get; }
Public ReadOnly Default Property Item (
key As String
) As SettingsSection
Get
public:
property SettingsSection^ default[String^ key] {
SettingsSection^ get (String^ key);
}
function get_Item(key);