Table of Contents

Property this

Namespace
Sisk.IniConfiguration
Assembly
Sisk.IniConfiguration.dll

this[string]

Gets all values associated with the specified property name, performing an case-insensitive search.

public string[] this[string key] { get; }

Parameters

key string

The property name.

Property Value

string[]