Class XwaIniSection
Inheritance
XwaIniSection
Assembly: JeremyAnsel.Xwa.HooksConfig.dll
Syntax
public sealed class XwaIniSection
Properties
|
Edit this page
View Source
Lines
Declaration
public ICollection<string> Lines { get; }
Property Value
|
Edit this page
View Source
Settings
Declaration
public ICollection<string> Settings { get; }
Property Value
|
Edit this page
View Source
TxtKey
Declaration
public string? TxtKey { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetKeyValueInLines(string)
Declaration
public string GetKeyValueInLines(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
|
Edit this page
View Source
GetKeyValueInSettings(string)
Declaration
public string GetKeyValueInSettings(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
|
Edit this page
View Source
GetSettingKeys()
Declaration
public ICollection<string> GetSettingKeys()
Returns
|
Edit this page
View Source
SetKeyValueInLines(string, string)
Declaration
public void SetKeyValueInLines(string key, string value)
Parameters
|
Edit this page
View Source
SetKeyValueInSettings(string, string)
Declaration
public void SetKeyValueInSettings(string key, string value)
Parameters