IniKey(String, String, String) Constructor

Initializes a new instance of the IniKey class.

Definition

Namespace: DevCase.Core.Application.UserSettings
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public IniKey(
	string name,
	string value,
	string comment = ""
)

Parameters

name  String
The key name.
value  String
The key value.
comment  String  (Optional)
The key commentary-line.

Exceptions

ArgumentNullException name
ArgumentException The key name cannot contain the ';' symbol because it identifies a commentary line.,name or The key name cannot contain the '=' symbol because it delimits the name from the value.,name

See Also